Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tjardoo committed Jan 24, 2025
1 parent fe9ac21 commit 4805d97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 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.2]
laravel: [10.*, 11.*]
laravel: [11.*]
dependency-version: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
],
"require": {
"php": "^8.2",
"illuminate/auth": "^10.0|^11.0",
"illuminate/routing": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/database": "^10.0|^11.0"
"illuminate/auth": "^11.0",
"illuminate/routing": "^11.0",
"illuminate/support": "^11.0",
"illuminate/database": "^11.0"
},
"require-dev": {
"orchestra/testbench": "^8.0|^9.0",
"orchestra/testbench": "^9.0",
"larastan/larastan": "^3.0",
"laravel/pint": "^1.20"
},
Expand Down

0 comments on commit 4805d97

Please sign in to comment.