Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit committed Mar 14, 2024
1 parent 2325f30 commit df4fe6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 8.*, 9.* , 10.*, 11.* ]
laravel: [ 9.* , 10.*, 11.* ]
stability: [ prefer-lowest, prefer-stable ]
include:
- laravel: 8.*
testbench: ^6.23
- laravel: 9.*
testbench: ^7.0
- laravel: 10.*
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"require" : {
"php" : "^8.0",
"filament/forms" : "^3.0",
"illuminate/contracts" : "^8.73|^9.0|^10.0|^11.0",
"illuminate/contracts" : "^9.0|^10.0|^11.0",
"spatie/laravel-package-tools" : "^1.9.2"
},
"require-dev" : {
"nunomaduro/collision" : "^5.10|^6.0|^7.0|^8.0",
"orchestra/testbench" : "^6.22|^7.0|^8.0|^9.0",
"nunomaduro/collision" : "^6.0|^7.0|^8.0",
"orchestra/testbench" : "^7.0|^8.0|^9.0",
"pestphp/pest" : "^1.21|^2.0",
"pestphp/pest-plugin-laravel" : "^1.1|^2.0",
"phpunit/phpunit" : "^9.5|^10.0",
Expand Down

0 comments on commit df4fe6e

Please sign in to comment.