1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 13:00:42 +01:00

Add PHP 8.4 to the test matrix (#661)

This commit is contained in:
Atsushi Matsuo 2024-07-18 17:58:39 +09:00 committed by GitHub
parent c9cb28d5ee
commit 055740c7c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php: [8.3, 7.4]
php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
name: PHP${{ matrix.php }}

View File

@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
name: PHP${{ matrix.php }}