Skip to content

Commit 3b155a3

Browse files
Lets give this a shot!
1 parent ece92e6 commit 3b155a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
php: [8.2, 8.3]
17-
laravel: [10.*, 11.*]
17+
laravel: [9.*, 10.*, 11.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
os: [ubuntu-latest]
2020

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"require": {
1414
"php": "^8.2.0",
15-
"laravel/framework": "^10.40 || ^11.0"
15+
"laravel/framework": "^9.36 || ^10.0 || ^11.0"
1616
},
1717
"require-dev": {
1818
"orchestra/testbench": "*",

0 commit comments

Comments
 (0)