File tree 2 files changed +10
-7
lines changed 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
fail-fast : true
17
17
matrix :
18
- php : [ 8.2, 8.3 ]
19
- laravel : [ 10, 11 ]
18
+ php : [ 8.2, 8.3, 8.4 ]
19
+ laravel : [ 10, 11, 12 ]
20
+ exclude :
21
+ - php : 8.4
22
+ laravel : 12
20
23
21
24
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
22
25
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.2" ,
20
20
"ext-mbstring" : " *" ,
21
- "illuminate/contracts" : " ^10.0|^11.0" ,
22
- "illuminate/support" : " ^10.0|^11.0" ,
21
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
22
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
23
23
"sqids/sqids" : " ^0.4.1"
24
24
},
25
25
"require-dev" : {
26
26
"laravel/pint" : " ^1.10" ,
27
- "orchestra/testbench" : " ^8.0|^9.0" ,
28
- "pestphp/pest" : " ^2.6 " ,
29
- "pestphp/pest-plugin-arch" : " ^2.1 " ,
27
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
28
+ "pestphp/pest" : " ^3.0 " ,
29
+ "pestphp/pest-plugin-arch" : " ^3.0 " ,
30
30
"phpstan/phpstan" : " ^1.10" ,
31
31
"red-explosion/pint-config" : " ^1.1" ,
32
32
"spatie/laravel-ray" : " ^1.32"
You can’t perform that action at this time.
0 commit comments