File tree 2 files changed +16
-8
lines changed
2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
- php : [8.3, 8.2, 8.1]
17
- laravel : [10.*, 11.*]
16
+ php : [8.4, 8. 3, 8.2, 8.1]
17
+ laravel : [10.*, 11.*, 12.* ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
20
- laravel : 10.*
23
23
- laravel : 11.*
24
24
testbench : 9.*
25
25
carbon : ^2.72.2
26
+ - laravel : 12.*
27
+ testbench : 10.*
28
+ carbon : ^3.8.4
26
29
exclude :
30
+ - Laravel : 10.*
31
+ php : 8.4
27
32
- Laravel : 11.*
28
33
php : 8.1
34
+ - Laravel : 12.*
35
+ php : 8.1
36
+
29
37
30
38
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
31
39
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " ^8.1|^8.2|^8.3" ,
23
- "illuminate/contracts" : " ^10.10|^11.0"
22
+ "php" : " ^8.1|^8.2|^8.3|^8.4 " ,
23
+ "illuminate/contracts" : " ^10.10|^11.0|^12.0 "
24
24
},
25
25
"require-dev" : {
26
26
"laravel/pint" : " ^1.0" ,
27
27
"nunomaduro/collision" : " ^7.9|^8.0" ,
28
- "orchestra/testbench" : " ^8.0|^9.0" ,
29
- "pestphp/pest" : " ^2.0" ,
30
- "pestphp/pest-plugin-arch" : " ^2.0" ,
31
- "pestphp/pest-plugin-laravel" : " ^2.2"
28
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
29
+ "pestphp/pest" : " ^2.0|^3.0 " ,
30
+ "pestphp/pest-plugin-arch" : " ^2.0|^3.0 " ,
31
+ "pestphp/pest-plugin-laravel" : " ^2.2|^3.0 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments