Skip to content

Commit

Permalink
Merge pull request #108 from ergebnis/dependabot/github_actions/shiva…
Browse files Browse the repository at this point in the history
…mmathur/setup-php-2.25.5

github-actions(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5
  • Loading branch information
ergebnis-bot authored Jul 31, 2023
2 parents bd17816 + a590a6c commit 5b7630d
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 @@ -27,7 +27,7 @@ jobs:
uses: "actions/[email protected]"

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

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

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

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

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

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

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

- name: "Set up PHP"
uses: "shivammathur/[email protected].4"
uses: "shivammathur/[email protected].5"
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 @@ -27,7 +27,7 @@ jobs:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

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

0 comments on commit 5b7630d

Please sign in to comment.