Skip to content

Commit

Permalink
github-actions(deps): bump shivammathur/setup-php from 2.31.1 to 2.32.0
Browse files Browse the repository at this point in the history
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.31.1 to 2.32.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.31.1...2.32.0)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 5e3a487 commit 6f6b8d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "xdebug"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
strict: true

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "xdebug"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, opcache, pcntl, phar, posix, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -434,7 +434,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down

0 comments on commit 6f6b8d9

Please sign in to comment.