File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 2121 fail-fast : true
2222 matrix :
2323 os : [ubuntu-latest, windows-latest]
24- php : [8.4, 8.3, 8.2 ]
24+ php : [8.4, 8.3]
2525 laravel : [12.*, 11.*, 10.*]
2626 stability : [prefer-lowest, prefer-stable]
2727 include :
3131 testbench : 9.*
3232 - laravel : 10.*
3333 testbench : 8.*
34- exclude :
35- # Laravel 12 kræver PHP 8.3+
36- - laravel : 12.*
37- php : 8.2
3834
3935 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
4036
7167 strategy :
7268 fail-fast : true
7369 matrix :
74- php : [8.4, 8.3, 8.2 ]
70+ php : [8.4, 8.3]
7571 laravel : [12.*, 11.*, 10.*]
7672 stability : [prefer-stable]
7773 include :
8177 testbench : 9.*
8278 - laravel : 10.*
8379 testbench : 8.*
84- exclude :
85- # Laravel 12 kræver PHP 8.3+
86- - laravel : 12.*
87- php : 8.2
8880
8981 name : Redis Integration - P${{ matrix.php }} - L${{ matrix.laravel }}
9082
You can’t perform that action at this time.
0 commit comments