Skip to content

Commit 90459b9

Browse files
committed
Support Laravel 12
1 parent 48e1f5e commit 90459b9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.3, 8.2]
12-
laravel: [11.*]
11+
php: [8.4, 8.3, 8.2]
12+
laravel: [11.*, 12.*]
1313
stability: [prefer-lowest, prefer-stable]
1414
include:
15+
- laravel: 12.*
16+
testbench: 10.*
1517
- laravel: 11.*
1618
testbench: 9.*
17-
# - laravel: 10.*
18-
# testbench: 8.*
1919
# exclude:
2020
# - laravel: 11.*
2121
# php: 8.1

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
],
2828
"require": {
2929
"php": "^8.2",
30-
"illuminate/http": "^11.0",
31-
"illuminate/support": "^11.0",
30+
"illuminate/http": "^11.0||^12.0",
31+
"illuminate/support": "^11.0||^12.0",
3232
"monolog/monolog": "^3.0"
3333
},
3434
"require-dev": {
35-
"laravel/framework": "^11.0",
35+
"laravel/framework": "^11.0||^12.0",
3636
"laravel/pint": "^1.18",
37-
"orchestra/testbench": "^8.8|^9.0",
37+
"orchestra/testbench": "^9.0||^10.0",
3838
"pestphp/pest": "^3.0",
3939
"pestphp/pest-plugin-arch": "^3.0",
4040
"pestphp/pest-plugin-laravel": "^3.0",
41-
"saloonphp/laravel-http-sender": "^2.0|^3.0",
41+
"saloonphp/laravel-http-sender": "^3.0",
4242
"saloonphp/laravel-plugin": "^3.0",
4343
"spatie/invade": "^2.0"
4444
},

0 commit comments

Comments
 (0)