Skip to content

Commit 37cc2b7

Browse files
feat: update Laravel support to versions 12 and 13
Ref: #58874
1 parent b114076 commit 37cc2b7

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [8.4, 8.5]
13-
laravel: [11.*, 12.*, 13.*]
13+
laravel: [12.*, 13.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16-
- laravel: 11.*
17-
testbench: 9.*
1816
- laravel: 12.*
1917
testbench: 10.*
2018
- laravel: 13.*

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
],
2626
"require": {
2727
"php": "^8.4",
28-
"illuminate/console": "^11.0|^12.0|^13.0",
29-
"illuminate/support": "^11.0|^12.0|^13.0",
28+
"illuminate/console": "^12.0|^13.0",
29+
"illuminate/support": "^12.0|^13.0",
3030
"spatie/laravel-backup": "^10.0"
3131
},
3232
"require-dev": {
3333
"mockery/mockery": "^1.4",
34-
"orchestra/testbench": "^9.0|^10.0|^11.0",
34+
"orchestra/testbench": "^10.0|^11.0",
3535
"phpunit/phpunit": "^11.5.3",
3636
"squizlabs/php_codesniffer": "^3.6"
3737
},

0 commit comments

Comments
 (0)