1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-26 19:20:22 +02:00

Set PHP to min 8 (#709)

* Set PHP to min 8

* Update matrix
This commit is contained in:
Barry vd. Heuvel
2025-01-26 16:02:05 +01:00
committed by GitHub
parent 0851b43e9c
commit ba74cf8788
3 changed files with 3 additions and 3 deletions

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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"
}, },