Skip to content

Commit a8bf2dc

Browse files
committed
laravel 11 support 3.0
1 parent dc224b5 commit a8bf2dc

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.3, 8.2, 8.1, 8.0]
17-
laravel: [11.*, 10.*, 9.*, 8.*]
17+
laravel: [11.*, 10.*, 9.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 11.*
@@ -23,8 +23,6 @@ jobs:
2323
testbench: 8.*
2424
- laravel: 9.*
2525
testbench: 7.*
26-
- laravel: 8.*
27-
testbench: 6.27
2826
exclude:
2927
- laravel: 11.*
3028
php: 8.1

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"illuminate/database": "^8.0 || ^9.0 || ^10.0 || ^11.0",
21-
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
22-
"illuminate/testing": "^8.0 || ^9.0 || ^10.0 || ^11.0",
23-
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0",
20+
"illuminate/database": "^9.0 || ^10.0 || ^11.0",
21+
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
22+
"illuminate/testing": "^9.0 || ^10.0 || ^11.0",
23+
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
2424
"spatie/laravel-package-tools": "^1.12 || ^1.14"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)