Compare commits

...

2 commits
main ... php-84

Author SHA1 Message Date
c667a02f69 Merge branch 'main' into php-84 2024-11-30 12:29:53 +01:00
e4b53cfefd test with PHP 8.4 2024-11-28 21:56:46 +01:00

View file

@ -21,7 +21,7 @@ jobs:
MYSQL_ROOT_PASSWORD: root
strategy:
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
wordpress-version: ['6.7']
name: PHPUnit PHP ${{ matrix.php-version }}
env: