Skip to content

Commit fb29bbc

Browse files
authored
Merge pull request #270 from ergebnis/dependabot/github_actions/shivammathur/setup-php-2.25.2
github-actions(deps): Bump shivammathur/setup-php from 2.25.1 to 2.25.2
2 parents 62e0313 + cc5ec52 commit fb29bbc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/integrate.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: "actions/[email protected]"
2828

2929
- name: "Set up PHP"
30-
uses: "shivammathur/[email protected].1"
30+
uses: "shivammathur/[email protected].2"
3131
with:
3232
coverage: "xdebug"
3333
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -90,7 +90,7 @@ jobs:
9090
strict: true
9191

9292
- name: "Set up PHP"
93-
uses: "shivammathur/[email protected].1"
93+
uses: "shivammathur/[email protected].2"
9494
with:
9595
coverage: "none"
9696
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -153,7 +153,7 @@ jobs:
153153
uses: "actions/[email protected]"
154154

155155
- name: "Set up PHP"
156-
uses: "shivammathur/[email protected].1"
156+
uses: "shivammathur/[email protected].2"
157157
with:
158158
coverage: "none"
159159
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -204,7 +204,7 @@ jobs:
204204
uses: "actions/[email protected]"
205205

206206
- name: "Set up PHP"
207-
uses: "shivammathur/[email protected].1"
207+
uses: "shivammathur/[email protected].2"
208208
with:
209209
coverage: "none"
210210
extensions: "none, ctype, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -261,7 +261,7 @@ jobs:
261261
uses: "actions/[email protected]"
262262

263263
- name: "Set up PHP"
264-
uses: "shivammathur/[email protected].1"
264+
uses: "shivammathur/[email protected].2"
265265
with:
266266
coverage: "none"
267267
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -294,7 +294,7 @@ jobs:
294294
uses: "actions/[email protected]"
295295

296296
- name: "Set up PHP"
297-
uses: "shivammathur/[email protected].1"
297+
uses: "shivammathur/[email protected].2"
298298
with:
299299
coverage: "none"
300300
extensions: "none, ctype, curl, dom, json, mbstring, pcntl, phar, posix, simplexml, tokenizer, xml, xmlwriter"
@@ -345,7 +345,7 @@ jobs:
345345
uses: "actions/[email protected]"
346346

347347
- name: "Set up PHP"
348-
uses: "shivammathur/[email protected].1"
348+
uses: "shivammathur/[email protected].2"
349349
with:
350350
coverage: "none"
351351
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"

.github/workflows/renew.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
2828

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

0 commit comments

Comments
 (0)