File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,9 @@ name: code-coverage
22
33on :
44 push :
5- branches :
6- - develop
7- - main
5+ branches : [main]
86 pull_request :
9- branches :
10- - develop
11- - main
7+ branches : [main]
128
139jobs :
1410 test :
Original file line number Diff line number Diff line change @@ -2,18 +2,17 @@ name: run-tests
22
33on :
44 push :
5- branches : [develop, main]
5+ branches : [main]
66 pull_request :
7- branches : [develop, main]
7+ branches : [main]
88
99jobs :
1010 test :
11- runs-on : ${{ matrix.os }}
11+ runs-on : ubuntu-latest
1212 timeout-minutes : 5
1313 strategy :
1414 fail-fast : true
1515 matrix :
16- os : [ubuntu-latest, windows-latest]
1716 php : [8.3, 8.2, 8.1]
1817 laravel : [11.*, 10.*]
1918 stability : [prefer-lowest, prefer-stable]
2625 - laravel : 11.*
2726 php : 8.1
2827
29- name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
28+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
3029
3130 steps :
3231 - name : Checkout code
You can’t perform that action at this time.
0 commit comments