File tree 4 files changed +4
-4
lines changed
4 files changed +4
-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 40
40
- name : Check out code
41
41
uses : actions/checkout@v2
42
42
43
- - name : Setup PHP
43
+ - name : Setup PHP ${{ matrix.php-version }}
44
44
uses : shivammathur/setup-php@v2
45
45
with :
46
46
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