File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v2
2626
27- - name : Setup PHP
27+ - name : Setup PHP ${{ matrix.php-version }}
2828 uses : shivammathur/setup-php@v2
2929 with :
3030 php-version : ${{ matrix.php-version }}
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v2
2626
27- - name : Setup PHP
27+ - name : Setup PHP ${{ matrix.php-version }}
2828 uses : shivammathur/setup-php@v2
2929 with :
3030 php-version : ${{ matrix.php-version }}
Original file line number Diff line number Diff line change 2020 name : Nightly - Symfony ${{ matrix.symfony-version }}
2121 needs : [ static-tests, tests ]
2222 runs-on : ubuntu-latest
23+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
2324 strategy :
2425 fail-fast : false
2526 max-parallel : 4
4041 - name : Check out code
4142 uses : actions/checkout@v2
4243
43- - name : Setup PHP
44+ - name : Setup PHP ${{ matrix.php-version }}
4445 uses : shivammathur/setup-php@v2
4546 with :
4647 php-version : ' ${{ matrix.php-version }}'
Original file line number Diff line number Diff line change 5656 echo "COVERAGE_OUTPUT_STYLE=clover" >> $GITHUB_ENV
5757 echo "COVERAGE_TYPE=xdebug" >> $GITHUB_ENV
5858
59- - name : Setup PHP
59+ - name : Setup PHP ${{ matrix.php-version }}
6060 uses : shivammathur/setup-php@v2
6161 with :
6262 php-version : ' ${{ matrix.php-version }}'
You can’t perform that action at this time.
0 commit comments