Skip to content

Commit

Permalink
[TASK] Allow laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Woeler committed Mar 25, 2024
1 parent c7921ad commit 5e94c18
Show file tree
Hide file tree
Showing 3 changed files with 982 additions and 792 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
php:
- '8.1'
- '8.2'
- '8.3'
- 'nightly'

laravel:
- '9.0'
- '10.0'
- '11.0'

include:
- php: '8.2'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"ext-json": "*",
"codex-team/editor.js": "*",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"illuminate/events": "^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/events": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"laravel/nova": "^4.0",
"spatie/image": "^1.7 || ^2.0"
},
Expand Down
Loading

0 comments on commit 5e94c18

Please sign in to comment.