Compare commits

...

2 commits
main ... php-84

Author SHA1 Message Date
c667a02f69 Merge branch 'main' into php-84
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 43s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 59s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Successful in 1m2s
2024-11-30 12:29:53 +01:00
e4b53cfefd test with PHP 8.4
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 45s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 59s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 5m45s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 7m3s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 5m31s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m22s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Successful in 1m1s
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: