mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-28 20:58:55 +00:00
fix(ci): drop php 8.4, deps don't support it
This commit is contained in:
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user