Skip to content

Commit 3eab2ff

Browse files
authored
Merge pull request #1227 from ergebnis/dependabot/github_actions/shivammathur/setup-php-2.35.4
github-actions(deps): bump shivammathur/setup-php from 2.35.3 to 2.35.4
2 parents 8040118 + 61d51a6 commit 3eab2ff

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/integrate.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: "actions/[email protected]"
3030

3131
- name: "Set up PHP"
32-
uses: "shivammathur/[email protected].3"
32+
uses: "shivammathur/[email protected].4"
3333
with:
3434
coverage: "xdebug"
3535
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -100,7 +100,7 @@ jobs:
100100
strict: true
101101

102102
- name: "Set up PHP"
103-
uses: "shivammathur/[email protected].3"
103+
uses: "shivammathur/[email protected].4"
104104
with:
105105
coverage: "none"
106106
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -166,7 +166,7 @@ jobs:
166166
uses: "actions/[email protected]"
167167

168168
- name: "Set up PHP"
169-
uses: "shivammathur/[email protected].3"
169+
uses: "shivammathur/[email protected].4"
170170
with:
171171
coverage: "none"
172172
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -225,7 +225,7 @@ jobs:
225225
uses: "actions/[email protected]"
226226

227227
- name: "Set up PHP"
228-
uses: "shivammathur/[email protected].3"
228+
uses: "shivammathur/[email protected].4"
229229
with:
230230
coverage: "xdebug"
231231
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -280,7 +280,7 @@ jobs:
280280
uses: "actions/[email protected]"
281281

282282
- name: "Set up PHP"
283-
uses: "shivammathur/[email protected].3"
283+
uses: "shivammathur/[email protected].4"
284284
with:
285285
coverage: "none"
286286
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -342,7 +342,7 @@ jobs:
342342
uses: "actions/[email protected]"
343343

344344
- name: "Set up PHP"
345-
uses: "shivammathur/[email protected].3"
345+
uses: "shivammathur/[email protected].4"
346346
with:
347347
coverage: "none"
348348
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -395,7 +395,7 @@ jobs:
395395
uses: "actions/[email protected]"
396396

397397
- name: "Set up PHP"
398-
uses: "shivammathur/[email protected].3"
398+
uses: "shivammathur/[email protected].4"
399399
with:
400400
coverage: "none"
401401
extensions: "none, ctype, curl, dom, json, mbstring, opcache, pcntl, phar, posix, simplexml, tokenizer, xml, xmlwriter"
@@ -456,7 +456,7 @@ jobs:
456456
uses: "actions/[email protected]"
457457

458458
- name: "Set up PHP"
459-
uses: "shivammathur/[email protected].3"
459+
uses: "shivammathur/[email protected].4"
460460
with:
461461
coverage: "none"
462462
extensions: "none, ctype, curl, 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
@@ -29,7 +29,7 @@ jobs:
2929
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
3030

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

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: "actions/[email protected]"
2626

2727
- name: "Set up PHP"
28-
uses: "shivammathur/[email protected].3"
28+
uses: "shivammathur/[email protected].4"
2929
with:
3030
coverage: "none"
3131
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)