Skip to content

Commit e52194a

Browse files
committed
support laravel 11
1 parent d62c76b commit e52194a

3 files changed

Lines changed: 1075 additions & 748 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
php: ['8.2', '8.3']
15-
laravel: ['10.*']
15+
laravel: ['10.*', '11.*']
1616
stability: [prefer-lowest, prefer-stable]
1717

1818
steps:
@@ -55,6 +55,12 @@ jobs:
5555
- php: '8.3'
5656
laravel: '10.*'
5757
stability: prefer-stable
58+
- php: '8.2'
59+
laravel: '11.*'
60+
stability: prefer-lowest
61+
- php: '8.3'
62+
laravel: '11.*'
63+
stability: prefer-stable
5864

5965
steps:
6066
- name: Checkout code

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"require": {
2727
"php": "8.2 - 8.3",
2828
"jrmajor/fluent": "^1.0",
29-
"laravel/framework": "^10.0"
29+
"laravel/framework": "^10.0 || ^11.0"
3030
},
3131
"require-dev": {
3232
"jrmajor/cs": "^0.5.6",
33-
"orchestra/testbench": "^8.21",
33+
"orchestra/testbench": "^8.21 || ^9.0",
3434
"phpstan/phpstan": "^1.10",
35-
"phpunit/phpunit": "^10.2"
35+
"phpunit/phpunit": "^10.5"
3636
},
3737
"minimum-stability": "dev",
3838
"prefer-stable": true,

0 commit comments

Comments
 (0)