File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build PHP 8.0
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88env :
99 OPERATING_SYS : " ubuntu-latest"
1010 PHP_VERSION : 8.0
3737 - name : CodeCov
3838 uses : codecov/codecov-action@v4
3939 env :
40- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
40+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build PHP 8.1
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88env :
99 OPERATING_SYS : " ubuntu-latest"
1010 PHP_VERSION : 8.1
3535 - name : CodeCov
3636 uses : codecov/codecov-action@v4
3737 env :
38- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
38+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build PHP 8.2
22
33on :
44 push :
5- branches : [ master , dev ]
5+ branches : [ main , dev ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88env :
99 OPERATING_SYS : " ubuntu-latest"
1010 PHP_VERSION : 8.2
3434 - name : CodeCov
3535 uses : codecov/codecov-action@v4
3636 env :
37- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
37+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build PHP 8.3
22
33on :
44 push :
5- branches : [ master , dev ]
5+ branches : [ main , dev ]
66 pull_request :
7- branches : [ master , dev ]
7+ branches : [ main , dev ]
88env :
99 OPERATING_SYS : " ubuntu-latest"
1010 PHP_VERSION : 8.3
4747 needs :
4848 - " test"
4949 runs-on : ubuntu-latest
50- if : github.ref == 'refs/heads/master '
50+ if : github.ref == 'refs/heads/main '
5151 steps :
5252 - uses : actions/checkout@v4
5353 - uses : google-github-actions/release-please-action@v3
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build PHP 8.4
22
33on :
44 push :
5- branches : [ master , dev ]
5+ branches : [ main , dev ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88env :
99 OPERATING_SYS : " ubuntu-latest"
1010 PHP_VERSION : 8.4
You can’t perform that action at this time.
0 commit comments