File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v2
25
25
26
26
- name : Install PHP
27
- uses : shivammathur/setup-php@2.2.2
27
+ uses : shivammathur/setup-php@2.9.0
28
28
with :
29
29
php-version : ${{ matrix.php }}
30
30
coverage : none
58
58
- uses : actions/checkout@v2
59
59
60
60
- name : Install PHP
61
- uses : shivammathur/setup-php@2.2.2
61
+ uses : shivammathur/setup-php@2.9.0
62
62
with :
63
63
php-version : 7.1
64
64
coverage : none
89
89
- uses : actions/checkout@v2
90
90
91
91
- name : Install PHP
92
- uses : shivammathur/setup-php@2.2.2
92
+ uses : shivammathur/setup-php@2.9.0
93
93
with :
94
94
php-version : 7.1
95
95
coverage : none
@@ -122,7 +122,7 @@ jobs:
122
122
ref : ${{ github.ref }}
123
123
124
124
- name : Install PHP
125
- uses : shivammathur/setup-php@2.2.2
125
+ uses : shivammathur/setup-php@2.9.0
126
126
with :
127
127
php-version : 7.2
128
128
coverage : pcov
You can’t perform that action at this time.
0 commit comments