Skip to content

Commit

Permalink
Update workflows/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathonKoster committed Oct 13, 2024
1 parent 004c585 commit f70bf1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php: [8.2, 8.3]
laravel: [9.*, 10.*, 11.*]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"require": {
"php": "^8.2.0",
"laravel/framework": "^9.36 || ^10.0 || ^11.0"
"laravel/framework": "^10.40 || ^11.0"
},
"require-dev": {
"orchestra/testbench": "*",
Expand Down

0 comments on commit f70bf1f

Please sign in to comment.