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 24
24
steps :
25
25
- uses : actions/checkout@v2
26
26
27
- - name : Setup PHP
27
+ - name : Setup PHP ${{ matrix.php-version }}
28
28
uses : shivammathur/setup-php@v2
29
29
with :
30
30
php-version : ${{ matrix.php-version }}
Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v2
26
26
27
- - name : Setup PHP
27
+ - name : Setup PHP ${{ matrix.php-version }}
28
28
uses : shivammathur/setup-php@v2
29
29
with :
30
30
php-version : ${{ matrix.php-version }}
Original file line number Diff line number Diff line change 20
20
name : Nightly - Symfony ${{ matrix.symfony-version }}
21
21
needs : [ static-tests, tests ]
22
22
runs-on : ubuntu-latest
23
+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
23
24
strategy :
24
25
fail-fast : false
25
26
max-parallel : 4
40
41
- name : Check out code
41
42
uses : actions/checkout@v2
42
43
43
- - name : Setup PHP
44
+ - name : Setup PHP ${{ matrix.php-version }}
44
45
uses : shivammathur/setup-php@v2
45
46
with :
46
47
php-version : ' ${{ matrix.php-version }}'
Original file line number Diff line number Diff line change 56
56
echo "COVERAGE_OUTPUT_STYLE=clover" >> $GITHUB_ENV
57
57
echo "COVERAGE_TYPE=xdebug" >> $GITHUB_ENV
58
58
59
- - name : Setup PHP
59
+ - name : Setup PHP ${{ matrix.php-version }}
60
60
uses : shivammathur/setup-php@v2
61
61
with :
62
62
php-version : ' ${{ matrix.php-version }}'
You can’t perform that action at this time.
0 commit comments