File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,25 +10,25 @@ jobs:
1010 test :
1111 runs-on : ${{ matrix.os }}
1212 strategy :
13- fail-fast : true
13+ fail-fast : false
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.2, 8.3]
16+ php : [8.2, 8.3, 8.4 ]
1717 laravel : [11.*, 12.*]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
2020 - laravel : 11.*
21- testbench : " ^9.0"
22- pest : " ^2.0"
23- plugin : " ^2.0"
24- phpunit : " ^10.0"
21+ testbench : ' ^9.0'
22+ pest : ' ^2.0'
23+ plugin : ' ^2.0'
24+ phpunit : ' ^10.0'
2525 - laravel : 12.*
26- testbench : " ^10.0"
27- pest : " ^3.0"
28- plugin : " ^3.0 "
29- phpunit : " ^11.0 "
26+ testbench : ' ^10.0'
27+ pest : ' ^3.0'
28+ plugin : ' 3.x-dev '
29+ phpunit : ' ^11.5 '
3030
31- name : PHP${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
31+ name : PHP ${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3232
3333 steps :
3434 - name : Checkout code
You can’t perform that action at this time.
0 commit comments