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:
parent
c9cb28d5ee
commit
055740c7c9
2
.github/workflows/run-integration.yml
vendored
2
.github/workflows/run-integration.yml
vendored
@ -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 }}
|
||||
|
||||
|
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user