File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ main ]
88env :
9- OPERATING_SYS : " ubuntu-latest"
9+ OPERATING_SYS : ubuntu-latest
1010 PHP_VERSION : 8.0
1111jobs :
1212 test :
13- runs-on : ${{ env.OPERATING_SYS }}
14- strategy :
15- fail-fast : true
13+ runs-on : " ubuntu-latest"
1614
17- name : " PHP ${{ env.PHP_VERSION }} - ${{ env.OPERATING_SYS }} "
15+ name : " PHP 8.0 - Ubuntu-Latest "
1816
1917 steps :
2018 - name : Clone Repo
2725 extensions : mysqli, mbstring, sqlsrv
2826 tools : phpunit:8.5.13
2927
30-
3128 - name : Install Dependencies
3229 run : composer install --prefer-source --no-interaction
3330
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ main ]
88env :
9- OPERATING_SYS : " ubuntu-latest"
9+ OPERATING_SYS : ubuntu-latest
1010 PHP_VERSION : 8.1
1111jobs :
1212 test :
13- runs-on : ${{ env.OPERATING_SYS }}
13+ runs-on : " ubuntu-latest "
1414
15- name : " PHP ${{ env.PHP_VERSION }} - ${{ env.OPERATING_SYS }} "
15+ name : " PHP 8.1 - Ubuntu-Latest "
1616
1717 steps :
1818 - name : Clone Repo
2525 extensions : mysqli, mbstring, sqlsrv
2626 tools : phpunit:9.5.20, composer
2727
28-
2928 - name : Install Dependencies
3029 run : composer install --prefer-source --no-interaction
3130
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ main ]
88env :
9- OPERATING_SYS : " ubuntu-latest"
9+ OPERATING_SYS : ubuntu-latest
1010 PHP_VERSION : 8.2
1111jobs :
1212 test :
13- runs-on : ${{ env.OPERATING_SYS }}
13+ runs-on : " ubuntu-latest "
1414
15- name : " PHP ${{ env.PHP_VERSION }} - ${{ env.OPERATING_SYS }} "
15+ name : " PHP 8.2 - Ubuntu-Latest "
1616
1717 steps :
1818 - name : Clone Repo
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ main, dev ]
88env :
9- OPERATING_SYS : " ubuntu-latest"
9+ OPERATING_SYS : ubuntu-latest
1010 PHP_VERSION : 8.3
1111jobs :
1212 test :
13- runs-on : ${{ env.OPERATING_SYS }}
13+ runs-on : " ubuntu-latest "
1414
15- name : " PHP ${{ env.PHP_VERSION }} - ${{ env.OPERATING_SYS }} "
15+ name : " PHP 8.3 - Ubuntu-Latest "
1616
1717 steps :
1818 - name : Clone Repo
4646 name : Prepare Production Release Branch / Publish Release
4747 needs :
4848 - " test"
49- runs-on : ubuntu-latest
49+ runs-on : " ubuntu-latest"
5050 if : github.ref == 'refs/heads/main'
5151 steps :
5252 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments