Skip to content

Commit

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

github-actions(deps): bump shivammathur/setup-php from 2.18.0 to 2.18.1
  • Loading branch information
ergebnis-bot authored Apr 11, 2022
2 parents b6b01a8 + e147499 commit bc9fe86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.0"
uses: "shivammathur/setup-php@2.18.1"
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/setup-php@2.18.0"
uses: "shivammathur/setup-php@2.18.1"
with:
coverage: "none"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
uses: "actions/checkout@v3"

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

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

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

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

0 comments on commit bc9fe86

Please sign in to comment.