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
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
This commit is contained in:
parent
d625750a7e
commit
e4b53cfefd
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue