Skip to content

Commit 3ee5667

Browse files
committed
Added laravel 13 support
1 parent 02cdd39 commit 3ee5667

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.2, 8.3]
13-
laravel: [10.*, 11.*, 12.*]
12+
php: [8.2, 8.3, 8.4, 8.5]
13+
laravel: [10.*, 11.*, 12.*, 13.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 10.*
@@ -19,6 +19,8 @@ jobs:
1919
testbench: 9.*
2020
- laravel: 12.*
2121
testbench: 10.*
22+
- laravel: 13.*
23+
testbench: 11.*
2224

2325
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2426

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"require": {
1717
"php": "^8.2",
18-
"illuminate/config": "^10.0|^11.0||^12.0",
19-
"illuminate/http": "^10.0|^11.0||^12.0",
20-
"illuminate/routing": "^10.0|^11.0||^12.0",
21-
"illuminate/support": "^10.0|^11.0||^12.0"
18+
"illuminate/config": "^10.0|^11.0||^12.0||^13.0",
19+
"illuminate/http": "^10.0|^11.0||^12.0||^13.0",
20+
"illuminate/routing": "^10.0|^11.0||^12.0||^13.0",
21+
"illuminate/support": "^10.0|^11.0||^12.0||^13.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^9.0|^10.5|^11.0",

0 commit comments

Comments
 (0)