Skip to content

Commit 65362de

Browse files
authored
Merge pull request #93 from Jxckaroo/master
Update dependencies for Laravel 11
2 parents 44f6e7b + aad16f4 commit 65362de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
php_version: [7.4, 8.2]
15-
laravel_version: [5.5.*, 10.*]
15+
laravel_version: [5.5.*, 10.*, 11.*]
1616

1717
steps:
1818
- name: Checkout commit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"illuminate/database": "5.5.*|6.*|7.*|8.*|9.*|10.*"
26+
"illuminate/database": "5.5.*|6.*|7.*|8.*|9.*|10.*|11.*"
2727
},
2828
"require-dev": {
2929
"orchestra/testbench": "*",

0 commit comments

Comments
 (0)