File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,19 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
16
php : [8.2, 8.1, 8.0]
17
- laravel : [9.*, 10.*, 11.*]
17
+ laravel : [9.*, 10.*, 11.*, 12.* ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
exclude :
20
20
- php : 8.0
21
21
laravel : 10.*
22
22
- php : 8.0
23
23
laravel : 11.*
24
+ - php : 8.0
25
+ laravel : 12.*
24
26
- php : 8.1
25
27
laravel : 11.*
28
+ - php : 8.1
29
+ laravel : 12.*
26
30
- php : 8.2
27
31
laravel : 9.*
28
32
include :
38
42
testbench : 9.*
39
43
pest : 2.*
40
44
collision : 8.*
45
+ - laravel : 12.*
46
+ testbench : 10.*
47
+ pest : 3.*
48
+ collision : 8.*
41
49
42
50
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
43
51
Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"php" : " ^8.0" ,
23
- "illuminate/contracts" : " ^8.0|^9.0|^10.0|^11.0" ,
24
- "opcodesio/mail-parser" : " ^0.1.6"
23
+ "illuminate/contracts" : " ^8.0|^9.0|^10.0|^11.0|^12.0 " ,
24
+ "opcodesio/mail-parser" : " ^0.1.6|^0.2 "
25
25
},
26
26
"require-dev" : {
27
27
"guzzlehttp/guzzle" : " ^7.2" ,
28
28
"itsgoingd/clockwork" : " ^5.1" ,
29
29
"laravel/pint" : " ^1.0" ,
30
30
"nunomaduro/collision" : " ^7.0|^8.0" ,
31
- "orchestra/testbench" : " ^7.6|^8.0|^9.0" ,
32
- "pestphp/pest" : " ^2.0" ,
33
- "pestphp/pest-plugin-laravel" : " ^2.0" ,
31
+ "orchestra/testbench" : " ^7.6|^8.0|^9.0|^10.0 " ,
32
+ "pestphp/pest" : " ^2.0|^3.7 " ,
33
+ "pestphp/pest-plugin-laravel" : " ^2.0|^3.1 " ,
34
34
"spatie/test-time" : " ^1.3"
35
35
},
36
36
"suggest" : {
You can’t perform that action at this time.
0 commit comments