mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-26 19:20:22 +02:00
2
.github/workflows/run-integration.yml
vendored
2
.github/workflows/run-integration.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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 }}
|
name: PHP${{ matrix.php }}
|
||||||
|
|
||||||
|
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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 }}
|
name: PHP${{ matrix.php }}
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8",
|
||||||
"psr/log": "^1|^2|^3",
|
"psr/log": "^1|^2|^3",
|
||||||
"symfony/var-dumper": "^4|^5|^6|^7"
|
"symfony/var-dumper": "^4|^5|^6|^7"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user