Skip to content

Commit bc4e59e

Browse files
authored
Merge pull request #1507 from ergebnis/dependabot/github_actions/shivammathur/setup-php-2.30.3
github-actions(deps): Bump shivammathur/setup-php from 2.30.2 to 2.30.3
2 parents 5dc620c + d5f6bad commit bc4e59e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: "Set up PHP"
34-
uses: "shivammathur/setup-php@2.30.2"
34+
uses: "shivammathur/setup-php@2.30.3"
3535
with:
3636
coverage: "none"
3737
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -81,7 +81,7 @@ jobs:
8181
uses: "actions/checkout@v4.1.3"
8282

8383
- name: "Set up PHP"
84-
uses: "shivammathur/setup-php@2.30.2"
84+
uses: "shivammathur/setup-php@2.30.3"
8585
with:
8686
coverage: "xdebug"
8787
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -149,7 +149,7 @@ jobs:
149149
strict: true
150150

151151
- name: "Set up PHP"
152-
uses: "shivammathur/setup-php@2.30.2"
152+
uses: "shivammathur/setup-php@2.30.3"
153153
with:
154154
coverage: "none"
155155
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -211,7 +211,7 @@ jobs:
211211
uses: "actions/checkout@v4.1.3"
212212

213213
- name: "Set up PHP"
214-
uses: "shivammathur/setup-php@2.30.2"
214+
uses: "shivammathur/setup-php@2.30.3"
215215
with:
216216
coverage: "none"
217217
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -267,7 +267,7 @@ jobs:
267267
uses: "actions/checkout@v4.1.3"
268268

269269
- name: "Set up PHP"
270-
uses: "shivammathur/setup-php@2.30.2"
270+
uses: "shivammathur/setup-php@2.30.3"
271271
with:
272272
coverage: "xdebug"
273273
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -319,7 +319,7 @@ jobs:
319319
uses: "actions/checkout@v4.1.3"
320320

321321
- name: "Set up PHP"
322-
uses: "shivammathur/setup-php@2.30.2"
322+
uses: "shivammathur/setup-php@2.30.3"
323323
with:
324324
coverage: "none"
325325
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -378,7 +378,7 @@ jobs:
378378
uses: "actions/checkout@v4.1.3"
379379

380380
- name: "Set up PHP"
381-
uses: "shivammathur/setup-php@2.30.2"
381+
uses: "shivammathur/setup-php@2.30.3"
382382
with:
383383
coverage: "none"
384384
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -428,7 +428,7 @@ jobs:
428428
uses: "actions/checkout@v4.1.3"
429429

430430
- name: "Set up PHP"
431-
uses: "shivammathur/setup-php@2.30.2"
431+
uses: "shivammathur/setup-php@2.30.3"
432432
with:
433433
coverage: "none"
434434
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, opcache, pcntl, phar, posix, simplexml, tokenizer, xml, xmlwriter"
@@ -486,7 +486,7 @@ jobs:
486486
uses: "actions/checkout@v4.1.3"
487487

488488
- name: "Set up PHP"
489-
uses: "shivammathur/setup-php@2.30.2"
489+
uses: "shivammathur/setup-php@2.30.3"
490490
with:
491491
coverage: "none"
492492
extensions: "none, bcmath, ctype, curl, dom, intl, 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/setup-php@2.30.2"
32+
uses: "shivammathur/setup-php@2.30.3"
3333
with:
3434
coverage: "none"
3535
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"

0 commit comments

Comments
 (0)