Skip to content

Commit 62a2bf0

Browse files
committed
drop support for laravel 11
1 parent 0ad86d1 commit 62a2bf0

3 files changed

Lines changed: 376 additions & 374 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
php: ['lowest', 'latest']
19-
laravel: ['11.*', '12.*']
19+
laravel: ['12.*']
2020
stability: [prefer-lowest, prefer-stable]
2121

2222
steps:
@@ -53,12 +53,6 @@ jobs:
5353
strategy:
5454
matrix:
5555
include:
56-
- php: 'lowest'
57-
laravel: '11.*'
58-
stability: prefer-lowest
59-
- php: 'latest'
60-
laravel: '11.*'
61-
stability: prefer-stable
6256
- php: 'lowest'
6357
laravel: '12.*'
6458
stability: prefer-lowest

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"require": {
2727
"php": "8.4 - 8.5",
2828
"jrmajor/fluent": "^1.0",
29-
"laravel/framework": "^11.0 || ^12.0"
29+
"laravel/framework": "^12.0"
3030
},
3131
"require-dev": {
3232
"jrmajor/cs": "^0.7.0",
33-
"orchestra/testbench": "^9.1 || ^10.1",
33+
"orchestra/testbench": "^10.1",
3434
"phpstan/phpstan": "^2.1",
3535
"phpunit/phpunit": "^11.5"
3636
},

0 commit comments

Comments
 (0)