Skip to content

Commit 1e08f27

Browse files
authored
Merge pull request #527 from ergebnis/dependabot/github_actions/shivammathur/setup-php-2.30.2
github-actions(deps): Bump shivammathur/setup-php from 2.30.1 to 2.30.2
2 parents 816ad15 + d8d864d commit 1e08f27

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/integrate.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: "actions/[email protected]"
3333

3434
- name: "Set up PHP"
35-
uses: "shivammathur/[email protected].1"
35+
uses: "shivammathur/[email protected].2"
3636
with:
3737
coverage: "xdebug"
3838
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -106,7 +106,7 @@ jobs:
106106
strict: true
107107

108108
- name: "Set up PHP"
109-
uses: "shivammathur/[email protected].1"
109+
uses: "shivammathur/[email protected].2"
110110
with:
111111
coverage: "none"
112112
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -168,7 +168,7 @@ jobs:
168168
uses: "actions/[email protected]"
169169

170170
- name: "Set up PHP"
171-
uses: "shivammathur/[email protected].1"
171+
uses: "shivammathur/[email protected].2"
172172
with:
173173
coverage: "none"
174174
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -227,7 +227,7 @@ jobs:
227227
uses: "actions/[email protected]"
228228

229229
- name: "Set up PHP"
230-
uses: "shivammathur/[email protected].1"
230+
uses: "shivammathur/[email protected].2"
231231
with:
232232
coverage: "none"
233233
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -304,7 +304,7 @@ jobs:
304304
uses: "actions/[email protected]"
305305

306306
- name: "Set up PHP"
307-
uses: "shivammathur/[email protected].1"
307+
uses: "shivammathur/[email protected].2"
308308
with:
309309
coverage: "none"
310310
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -363,7 +363,7 @@ jobs:
363363
uses: "actions/[email protected]"
364364

365365
- name: "Set up PHP"
366-
uses: "shivammathur/[email protected].1"
366+
uses: "shivammathur/[email protected].2"
367367
with:
368368
coverage: "none"
369369
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -413,7 +413,7 @@ jobs:
413413
uses: "actions/[email protected]"
414414

415415
- name: "Set up PHP"
416-
uses: "shivammathur/[email protected].1"
416+
uses: "shivammathur/[email protected].2"
417417
with:
418418
coverage: "none"
419419
extensions: "none, ctype, curl, dom, json, mbstring, opcache, pcntl, phar, posix, simplexml, tokenizer, xml, xmlwriter"
@@ -528,7 +528,7 @@ jobs:
528528
uses: "actions/[email protected]"
529529

530530
- name: "Set up PHP"
531-
uses: "shivammathur/[email protected].1"
531+
uses: "shivammathur/[email protected].2"
532532
with:
533533
coverage: "none"
534534
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: "actions/[email protected]"
3535

3636
- name: "Set up PHP"
37-
uses: "shivammathur/[email protected].1"
37+
uses: "shivammathur/[email protected].2"
3838
with:
3939
coverage: "none"
4040
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"

.github/workflows/renew.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
3030

3131
- name: "Set up PHP"
32-
uses: "shivammathur/[email protected].1"
32+
uses: "shivammathur/[email protected].2"
3333
with:
3434
coverage: "none"
3535
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"

0 commit comments

Comments
 (0)