Skip to content

Commit 1a0eb9a

Browse files
committed
support laravel 13
1 parent 62a2bf0 commit 1a0eb9a

3 files changed

Lines changed: 403 additions & 444 deletions

File tree

.github/workflows/ci.yml

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

2222
steps:
@@ -59,6 +59,12 @@ jobs:
5959
- php: 'latest'
6060
laravel: '12.*'
6161
stability: prefer-stable
62+
- php: 'lowest'
63+
laravel: '13.*'
64+
stability: prefer-lowest
65+
- php: 'latest'
66+
laravel: '13.*'
67+
stability: prefer-stable
6268

6369
steps:
6470
- name: Checkout code

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": "^12.0"
29+
"laravel/framework": "^12.0 || ^13.0"
3030
},
3131
"require-dev": {
3232
"jrmajor/cs": "^0.7.0",
33-
"orchestra/testbench": "^10.1",
33+
"orchestra/testbench": "^10.1 || ^11.0",
3434
"phpstan/phpstan": "^2.1",
3535
"phpunit/phpunit": "^11.5"
3636
},

0 commit comments

Comments
 (0)