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 f0cc5bf
Show file tree
Hide file tree
Showing 3 changed files with 984 additions and 792 deletions.
4 changes: 4 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 All @@ -35,6 +37,8 @@ jobs:
testbench: '7.0'
- laravel: '10.0'
testbench: '8.0'
- laravel: '11.0'
testbench: '9.0'

steps:
- name: Checkout
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 f0cc5bf

Please sign in to comment.