Skip to content

Commit

Permalink
Update Laravel and Illuminate/Contracts versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Feb 2, 2024
1 parent a11c60a commit 725ce2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*]
laravel: ["^10.0", "^9.0"]
stability: [prefer-stable]
include:
- laravel: 10.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^9.0 | ^10.0",
"spatie/laravel-package-tools": "^1.14.0",
"symfony/mailer": "^6.4"
},
Expand Down

0 comments on commit 725ce2b

Please sign in to comment.