Skip to content

Commit 5cc00b3

Browse files
authored
Merge pull request #888 from ergebnis/dependabot/github_actions/shivammathur/setup-php-2.33.0
github-actions(deps): bump shivammathur/setup-php from 2.32.0 to 2.33.0
2 parents d3f8979 + 2c6b7a5 commit 5cc00b3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/integrate.yaml

Lines changed: 8 additions & 8 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.32.0"
34+
uses: "shivammathur/setup-php@2.33.0"
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.2.2"
8282

8383
- name: "Set up PHP"
84-
uses: "shivammathur/setup-php@2.32.0"
84+
uses: "shivammathur/setup-php@2.33.0"
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.32.0"
152+
uses: "shivammathur/setup-php@2.33.0"
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.2.2"
212212

213213
- name: "Set up PHP"
214-
uses: "shivammathur/setup-php@2.32.0"
214+
uses: "shivammathur/setup-php@2.33.0"
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.2.2"
268268

269269
- name: "Set up PHP"
270-
uses: "shivammathur/setup-php@2.32.0"
270+
uses: "shivammathur/setup-php@2.33.0"
271271
with:
272272
coverage: "none"
273273
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -326,7 +326,7 @@ jobs:
326326
uses: "actions/checkout@v4.2.2"
327327

328328
- name: "Set up PHP"
329-
uses: "shivammathur/setup-php@2.32.0"
329+
uses: "shivammathur/setup-php@2.33.0"
330330
with:
331331
coverage: "none"
332332
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
@@ -376,7 +376,7 @@ jobs:
376376
uses: "actions/checkout@v4.2.2"
377377

378378
- name: "Set up PHP"
379-
uses: "shivammathur/setup-php@2.32.0"
379+
uses: "shivammathur/setup-php@2.33.0"
380380
with:
381381
coverage: "none"
382382
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, opcache, pcntl, phar, posix, simplexml, tokenizer, xml, xmlwriter"
@@ -432,7 +432,7 @@ jobs:
432432
uses: "actions/checkout@v4.2.2"
433433

434434
- name: "Set up PHP"
435-
uses: "shivammathur/setup-php@2.32.0"
435+
uses: "shivammathur/setup-php@2.33.0"
436436
with:
437437
coverage: "none"
438438
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.32.0"
32+
uses: "shivammathur/setup-php@2.33.0"
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)