File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 15
15
os : [ubuntu-latest]
16
16
php : [8.3, 8.2, 8.1]
17
17
laravel : [10.*, 11.*]
18
+ nova : [4.33.2]
18
19
stability : [prefer-lowest, prefer-stable]
19
20
exclude :
20
21
- laravel : 11.*
@@ -23,13 +24,11 @@ jobs:
23
24
- laravel : 11.*
24
25
testbench : 9.*
25
26
carbon : ^2.72.2|^3.0
26
- nova : 4.33.2
27
27
- laravel : 10.*
28
28
testbench : 8.*
29
29
carbon : ^2.63
30
- nova : 4.33.2
31
30
32
- name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
31
+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - N${{ matrix.nova }} - ${{ matrix.stability }} - ${{ matrix.os }}
33
32
34
33
steps :
35
34
- name : Checkout code
Original file line number Diff line number Diff line change 19
19
"php" : " ^8.1" ,
20
20
"guzzlehttp/guzzle" : " ^7.8" ,
21
21
"illuminate/contracts" : " ^9.0|^10.0|^11.0" ,
22
- "laravel/nova" : " ^4.22" ,
22
+ "laravel/nova" : " ^4.22|^5.0 " ,
23
23
"spatie/laravel-package-tools" : " ^1.9.2"
24
24
},
25
25
"require-dev" : {
You can’t perform that action at this time.
0 commit comments