Skip to content

Commit

Permalink
support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Mar 13, 2024
1 parent d62c76b commit e52194a
Show file tree
Hide file tree
Showing 3 changed files with 1,075 additions and 748 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php: ['8.2', '8.3']
laravel: ['10.*']
laravel: ['10.*', '11.*']
stability: [prefer-lowest, prefer-stable]

steps:
Expand Down Expand Up @@ -55,6 +55,12 @@ jobs:
- php: '8.3'
laravel: '10.*'
stability: prefer-stable
- php: '8.2'
laravel: '11.*'
stability: prefer-lowest
- php: '8.3'
laravel: '11.*'
stability: prefer-stable

steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"require": {
"php": "8.2 - 8.3",
"jrmajor/fluent": "^1.0",
"laravel/framework": "^10.0"
"laravel/framework": "^10.0 || ^11.0"
},
"require-dev": {
"jrmajor/cs": "^0.5.6",
"orchestra/testbench": "^8.21",
"orchestra/testbench": "^8.21 || ^9.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.2"
"phpunit/phpunit": "^10.5"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit e52194a

Please sign in to comment.