mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 03:34:02 +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:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
|
||||
php: [ '8.0', '8.1', '8.2', '8.3' ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"php": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^7",
|
||||
"orchestra/testbench": "^7|^8",
|
||||
"rector/rector": "^1",
|
||||
"ergebnis/composer-normalize": "^2",
|
||||
"vimeo/psalm": "^5",
|
||||
|
||||
Reference in New Issue
Block a user