Skip to content

Commit 32279f2

Browse files
github-actions(deps): bump shivammathur/setup-php from 2.25.2 to 2.25.4
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.2 to 2.25.4. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.25.2...2.25.4) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af8f7c9 commit 32279f2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/continuous-integration.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
persist-credentials: false
4545

4646
- name: "Install PHP"
47-
uses: "shivammathur/[email protected].2"
47+
uses: "shivammathur/[email protected].4"
4848
with:
4949
php-version: "${{ matrix.php-version }}"
5050
extensions: "${{ env.PHP_EXTENSIONS }}"
@@ -99,7 +99,7 @@ jobs:
9999
persist-credentials: false
100100

101101
- name: "Install PHP"
102-
uses: "shivammathur/[email protected].2"
102+
uses: "shivammathur/[email protected].4"
103103
with:
104104
php-version: "${{ matrix.php-version }}"
105105
extensions: "${{ env.PHP_EXTENSIONS }}"
@@ -158,7 +158,7 @@ jobs:
158158
persist-credentials: false
159159

160160
- name: "Install PHP"
161-
uses: "shivammathur/[email protected].2"
161+
uses: "shivammathur/[email protected].4"
162162
with:
163163
php-version: "${{ matrix.php-version }}"
164164
extensions: "${{ env.PHP_EXTENSIONS }}"
@@ -206,7 +206,7 @@ jobs:
206206
persist-credentials: false
207207

208208
- name: "Install PHP"
209-
uses: "shivammathur/[email protected].2"
209+
uses: "shivammathur/[email protected].4"
210210
with:
211211
php-version: "${{ matrix.php-version }}"
212212
extensions: "${{ env.PHP_EXTENSIONS }}"
@@ -257,7 +257,7 @@ jobs:
257257
persist-credentials: false
258258

259259
- name: "Install PHP"
260-
uses: "shivammathur/[email protected].2"
260+
uses: "shivammathur/[email protected].4"
261261
with:
262262
php-version: "${{ matrix.php-version }}"
263263
extensions: "${{ env.PHP_EXTENSIONS }}"
@@ -310,7 +310,7 @@ jobs:
310310
persist-credentials: false
311311

312312
- name: "Install PHP"
313-
uses: "shivammathur/[email protected].2"
313+
uses: "shivammathur/[email protected].4"
314314
with:
315315
php-version: "${{ matrix.php-version }}"
316316
extensions: "${{ env.PHP_EXTENSIONS }}"
@@ -363,7 +363,7 @@ jobs:
363363
persist-credentials: false
364364

365365
- name: "Install PHP"
366-
uses: "shivammathur/[email protected].2"
366+
uses: "shivammathur/[email protected].4"
367367
with:
368368
php-version: "${{ matrix.php-version }}"
369369
extensions: "${{ env.PHP_EXTENSIONS }}"
@@ -416,7 +416,7 @@ jobs:
416416
persist-credentials: false
417417

418418
- name: "Install PHP"
419-
uses: "shivammathur/[email protected].2"
419+
uses: "shivammathur/[email protected].4"
420420
with:
421421
php-version: "${{ matrix.php-version }}"
422422
extensions: "${{ env.PHP_EXTENSIONS }}"

0 commit comments

Comments
 (0)