File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2,30 +2,35 @@ name: run-tests
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
67 pull_request :
7- branches : [main]
8+ branches :
9+ - main
810
911jobs :
1012 test :
1113 runs-on : ${{ matrix.os }}
14+
1215 strategy :
1316 fail-fast : true
1417 matrix :
1518 os : [ubuntu-latest, windows-latest]
1619 php : [8.1, 8.2, 8.3]
17- laravel : [10.*, 11.*]
20+ laravel : [' 10.*', ' 11.*', '12.*' ]
1821 stability : [prefer-lowest, prefer-stable]
1922 include :
2023 - laravel : 10.*
2124 testbench : 8.*
2225 carbon : ^2.63
2326 - laravel : 11.*
2427 testbench : 9.*
25- carbon : ' * '
28+ carbon : *
2629 exclude :
2730 - laravel : 11.*
2831 php : 8.1
32+ - laravel : 12.*
33+ php : 8.1
2934
3035 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3136
You can’t perform that action at this time.
0 commit comments