File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,17 @@ jobs:
18
18
fail-fast : true
19
19
matrix :
20
20
php : [8.1, 8.2, 8.3]
21
- laravel : [10, 11]
21
+ laravel : [10, 11, 12 ]
22
22
include :
23
23
- php : 8.4
24
24
laravel : 11
25
+ - php : 8.4
26
+ laravel : 12
25
27
exclude :
26
28
- php : 8.1
27
29
laravel : 11
30
+ - php : 8.1
31
+ laravel : 12
28
32
29
33
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
30
34
Original file line number Diff line number Diff line change 21
21
"php" : " ^8.1"
22
22
},
23
23
"require-dev" : {
24
- "illuminate/support" : " ^10.0|^11.0" ,
24
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
25
25
"nesbot/carbon" : " ^2.67|^3.0" ,
26
- "pestphp/pest" : " ^2.36" ,
26
+ "pestphp/pest" : " ^2.36|^3.0 " ,
27
27
"phpstan/phpstan" : " ^2.0" ,
28
28
"symfony/var-dumper" : " ^6.2.0|^7.0.0"
29
29
},
You can’t perform that action at this time.
0 commit comments