Skip to content

Commit 2724acc

Browse files
committed
Support Laravel 12
1 parent ef244fc commit 2724acc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
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

2020
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2121

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
],
1616
"require": {
1717
"php": "^8.2",
18-
"illuminate/support": "^10.15|^11.0",
19-
"illuminate/filesystem": "^10.15|^11.0",
20-
"illuminate/container": "^10.15|^11.0"
18+
"illuminate/support": "^11.0||^12.0",
19+
"illuminate/filesystem": "^11.0||^12.0",
20+
"illuminate/container": "^11.0||^12.0"
2121
},
2222
"require-dev": {
2323
"laravel/pint": "^1.18",
2424
"mockery/mockery": "^1.0",
25-
"orchestra/testbench": "^8.0|^9.0",
25+
"orchestra/testbench": "^9.0||^10.0",
2626
"pestphp/pest": "^3.0"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)