mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-03-14 03:10:00 +01:00
parent
0851b43e9c
commit
ba74cf8788
2
.github/workflows/run-integration.yml
vendored
2
.github/workflows/run-integration.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
php: [8.4, 8.3, 8.2, 8.1]
|
||||
php: [8.4, 8.3, 8.2, 8.1, 8.0]
|
||||
|
||||
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.4, 8.3, 8.2, 8.1]
|
||||
php: [8.4, 8.3, 8.2, 8.1, 8.0]
|
||||
|
||||
name: PHP${{ matrix.php }}
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"php": "^8",
|
||||
"psr/log": "^1|^2|^3",
|
||||
"symfony/var-dumper": "^4|^5|^6|^7"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user