Skip to content

Commit

Permalink
Merge pull request #93 from Jxckaroo/master
Browse files Browse the repository at this point in the history
Update dependencies for Laravel 11
  • Loading branch information
fico7489 authored May 2, 2024
2 parents 44f6e7b + aad16f4 commit 65362de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php_version: [7.4, 8.2]
laravel_version: [5.5.*, 10.*]
laravel_version: [5.5.*, 10.*, 11.*]

steps:
- name: Checkout commit
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"illuminate/database": "5.5.*|6.*|7.*|8.*|9.*|10.*"
"illuminate/database": "5.5.*|6.*|7.*|8.*|9.*|10.*|11.*"
},
"require-dev": {
"orchestra/testbench": "*",
Expand Down

0 comments on commit 65362de

Please sign in to comment.