Skip to content

Commit

Permalink
Merge pull request #71 from ergebnis/dependabot/github_actions/shivam…
Browse files Browse the repository at this point in the history
…mathur/setup-php-2.19.0

github-actions(deps): bump shivammathur/setup-php from 2.18.1 to 2.19.0
  • Loading branch information
ergebnis-bot committed May 30, 2022
2 parents 18695f8 + 5e591f5 commit 129f939
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: "actions/checkout@v3"

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.18.1"
uses: "shivammathur/setup-php@2.19.0"
with:
coverage: "none"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.18.1"
uses: "shivammathur/setup-php@2.19.0"
with:
coverage: "none"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.18.1"
uses: "shivammathur/setup-php@2.19.0"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, pcntl, phar, posix, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.18.1"
uses: "shivammathur/setup-php@2.19.0"
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/setup-php@2.18.1"
uses: "shivammathur/setup-php@2.19.0"
with:
coverage: "none"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down

0 comments on commit 129f939

Please sign in to comment.