Skip to content

Commit dc224b5

Browse files
committed
laravel 11 support 2.0
1 parent c1c60bb commit dc224b5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.3, 8.2, 8.1, 8.0, 7.4]
16+
php: [8.3, 8.2, 8.1, 8.0]
1717
laravel: [11.*, 10.*, 9.*, 8.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
@@ -28,6 +28,8 @@ jobs:
2828
exclude:
2929
- laravel: 11.*
3030
php: 8.1
31+
- laravel: 11.*
32+
php: 8.0
3133
- laravel: 10.*
3234
php: 8.0
3335
- laravel: 10.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.4 || ^8.0",
19+
"php": "^8.0",
2020
"illuminate/database": "^8.0 || ^9.0 || ^10.0 || ^11.0",
2121
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
2222
"illuminate/testing": "^8.0 || ^9.0 || ^10.0 || ^11.0",

0 commit comments

Comments
 (0)