Skip to content

Commit 8c6bcd0

Browse files
committed
fix(ci): drop php 8.4, deps don't support it
1 parent ae5828c commit 8c6bcd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
22+
php: [ '8.0', '8.1', '8.2', '8.3' ]
2323

2424
steps:
2525
- uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": "^8.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^7",
24+
"orchestra/testbench": "^7|^8",
2525
"rector/rector": "^1",
2626
"ergebnis/composer-normalize": "^2",
2727
"vimeo/psalm": "^5",

0 commit comments

Comments
 (0)