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

This commit is contained in:
André Menrath 2024-11-28 21:56:46 +01:00
parent d625750a7e
commit e4b53cfefd

View file

@ -21,7 +21,7 @@ jobs:
MYSQL_ROOT_PASSWORD: root MYSQL_ROOT_PASSWORD: root
strategy: strategy:
matrix: 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'] wordpress-version: ['6.7']
name: PHPUnit PHP ${{ matrix.php-version }} name: PHPUnit PHP ${{ matrix.php-version }}
env: env: