We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4737355 commit d4b85f9Copy full SHA for d4b85f9
.github/workflows/test-code.yml
@@ -23,12 +23,15 @@ jobs:
23
laravel:
24
- '10.0'
25
- '11.0'
26
+ - '12.0'
27
28
include:
29
- laravel: '10.0'
30
testbench: '8.0'
31
- laravel: '11.0'
32
testbench: '9.0'
33
+ - laravel: '12.0'
34
+ testbench: '9.0'
35
- php: 8.3
36
laravel: '11.0'
37
stable: true
composer.json
@@ -15,9 +15,9 @@
15
"ext-json": "*",
16
"codex-team/editor.js": "*",
17
"guzzlehttp/guzzle": "^7.0",
18
- "illuminate/support": "^10.0 || ^11.0",
19
- "illuminate/events": "^10.0 || ^11.0",
20
- "laravel/nova": "^4.0",
+ "illuminate/support": "^10.0 || ^11.0 || ^12.0",
+ "illuminate/events": "^10.0 || ^11.0 || ^12.0",
+ "laravel/nova": "^4.0 || ^5.0",
21
"spatie/image": "^3.0"
22
},
"require-dev": {
0 commit comments