File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
persist-credentials : false
31
31
32
32
- name : Install PHP
33
- uses : shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
33
+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
34
34
with :
35
35
php-version : ' latest'
36
36
coverage : none
Original file line number Diff line number Diff line change 50
50
persist-credentials : false
51
51
52
52
- name : Install PHP
53
- uses : shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
53
+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
54
54
with :
55
55
php-version : ${{ matrix.php }}
56
56
# With stable PHPCS dependencies, allow for PHP deprecation notices.
Original file line number Diff line number Diff line change 38
38
persist-credentials : false
39
39
40
40
- name : Install PHP
41
- uses : shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
41
+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
42
42
with :
43
43
php-version : ${{ matrix.php }}
44
44
ini-file : ' development'
@@ -151,7 +151,7 @@ jobs:
151
151
# yamllint enable rule:line-length
152
152
153
153
- name : Install PHP
154
- uses : shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
154
+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
155
155
with :
156
156
php-version : ${{ matrix.php }}
157
157
ini-values : ${{ steps.set_ini.outputs.PHP_INI }}
@@ -243,7 +243,7 @@ jobs:
243
243
persist-credentials : false
244
244
245
245
- name : Install PHP
246
- uses : shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
246
+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
247
247
with :
248
248
php-version : ${{ matrix.php }}
249
249
# On stable PHPCS versions, allow for PHP deprecation notices.
You can’t perform that action at this time.
0 commit comments