fix(ci): drop php 8.4, deps don't support it

This commit is contained in:
Ismo Vuorinen
2024-12-11 14:00:03 +02:00
parent ae5828cc3f
commit 8c6bcd068b
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ] php: [ '8.0', '8.1', '8.2', '8.3' ]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -21,7 +21,7 @@
"php": "^8.0" "php": "^8.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^7", "orchestra/testbench": "^7|^8",
"rector/rector": "^1", "rector/rector": "^1",
"ergebnis/composer-normalize": "^2", "ergebnis/composer-normalize": "^2",
"vimeo/psalm": "^5", "vimeo/psalm": "^5",