File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed
Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change 1- name : run-tests
1+ name : " Run Tests "
22
33on :
44 push :
5- branches : [v3 ]
5+ branches : [main ]
66 pull_request :
7- branches : [v3 ]
7+ branches : [main ]
88
99jobs :
1010 test :
11- runs-on : ubuntu-latest
11+ runs-on : ${{ matrix.os }}
1212 strategy :
1313 fail-fast : true
1414 matrix :
15- php : [8.5, 8.4, 8.3]
16- laravel : [11.*,12.*]
15+ os : [ubuntu-latest, windows-latest]
16+ php : [8.5, 8.4, 8.3, 8.2]
17+ laravel : [12.*, 11.*]
1718 stability : [prefer-lowest, prefer-stable]
1819 include :
19- - laravel : 10.*
20- testbench : 8.*
21- carbon : 2.*
20+ - laravel : 12.*
21+ testbench : 10.*
22+ carbon : 3.*
23+ collision : 8.*
24+ - laravel : 11.*
25+ testbench : 9.*
26+ carbon : 3.*
27+ collision : 8.*
2228
23- name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
29+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2430
2531 steps :
2632 - name : Checkout code
27- uses : actions/checkout@v6
33+ uses : actions/checkout@v4
2834
2935 - name : Setup PHP
3036 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments