Add integration tests for The Events Calendar #31

Merged
linos merged 17 commits from improve_tests into main 2024-09-24 16:24:32 +02:00
Showing only changes of commit 4b151f2f4e - Show all commits

View file

@ -22,6 +22,7 @@ jobs:
strategy:
matrix:
php-version: ['8.1', '8.2', '8.3']
event-plugin: []
name: PHPUnit PHP ${{ matrix.php-version }}
env:
extensions: mysql
@ -37,7 +38,7 @@ jobs:
path: |
${{ env.WP_CORE_DIR }}
${{ env.WP_TESTS_DIR }}
key: cache-wordpress-1
key: cache-wordpress-2
- name: Cache Composer
id: cache-composer-phpunit