File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,30 @@ jobs:
1111 strategy :
1212 fail-fast : false
1313 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.*' ]
1717 dependency-version : [prefer-stable]
1818 include :
1919 - laravel : 8.*
2020 testbench : 6.*
2121 - laravel : 11.*
2222 testbench : 9.*
23+ - laravel : 12.*
24+ testbench : 10.*
2325 exclude :
2426 - laravel : 11.*
25- php : " 8.0"
27+ php : ' 8.0'
2628 - 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'
3238
3339 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
3440
You can’t perform that action at this time.
0 commit comments