File tree Expand file tree Collapse file tree 2 files changed +20
-14
lines changed Expand file tree Collapse file tree 2 files changed +20
-14
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,30 @@ jobs:
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- php : [" 8.0", " 8.1", " 8.2" ]
15
- laravel : [" 8.*", " 11.*" ]
16
- testbench : [" 6.*", " 9.*" ]
14
+ php : [' 8.0', ' 8.1', ' 8.2' ]
15
+ laravel : [' 8.*', ' 11.*', '12.*' ]
16
+ testbench : [' 6.*', ' 9.*', '10.*' ]
17
17
dependency-version : [prefer-stable]
18
18
include :
19
19
- laravel : 8.*
20
20
testbench : 6.*
21
21
- laravel : 11.*
22
22
testbench : 9.*
23
+ - laravel : 12.*
24
+ testbench : 10.*
23
25
exclude :
24
26
- laravel : 11.*
25
- php : " 8.0"
27
+ php : ' 8.0'
26
28
- laravel : 11.*
27
- php : " 8.1"
28
- - laravel : " 8.*"
29
- testbench : " 9.*"
30
- - laravel : " 11.*"
31
- testbench : " 6.*"
29
+ php : ' 8.1'
30
+ - laravel : 8.*
31
+ testbench : 9.*
32
+ - laravel : 11.*
33
+ testbench : 6.*
34
+ - laravel : 12.*
35
+ php : ' 8.0'
36
+ - laravel : 12.*
37
+ php : ' 8.1'
32
38
33
39
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
34
40
Original file line number Diff line number Diff line change 27
27
"require" : {
28
28
"php" : " ^8.0" ,
29
29
"guzzlehttp/guzzle" : " ^7.0.1" ,
30
- "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0"
30
+ "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0|^12.0 "
31
31
},
32
32
"require-dev" : {
33
- "orchestra/testbench" : " ^6.0|^8.0|^9.0" ,
34
- "pestphp/pest" : " ^1.22|^2.34" ,
35
- "pestphp/pest-plugin-laravel" : " ^1.3|^2.3" ,
36
- "phpunit/phpunit" : " ^9.0|^10.5"
33
+ "orchestra/testbench" : " ^6.0|^8.0|^9.0|^10.0 " ,
34
+ "pestphp/pest" : " ^1.22|^2.34|^3.7 " ,
35
+ "pestphp/pest-plugin-laravel" : " ^1.3|^2.3|^3.1 " ,
36
+ "phpunit/phpunit" : " ^9.0|^10.5|^11.5.3 "
37
37
},
38
38
"autoload" : {
39
39
"psr-4" : {
You can’t perform that action at this time.
0 commit comments