Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 25, 2023
1 parent 62e0313 commit cc5ec52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
coverage: "xdebug"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
strict: true

- name: "Set up PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
coverage: "none"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
coverage: "none"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
coverage: "none"
extensions: "none, ctype, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
coverage: "none"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
uses: "actions/[email protected]"

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

- name: "Set up PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
coverage: "none"
extensions: "none, ctype, 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 @@ -27,7 +27,7 @@ jobs:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

- name: "Set up PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
coverage: "none"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down

0 comments on commit cc5ec52

Please sign in to comment.