Skip to content

Commit

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

github-actions(deps): bump shivammathur/setup-php from 2.17.0 to 2.17.1
  • Loading branch information
ergebnis-bot authored Mar 7, 2022
2 parents 1103c4c + c0a8d48 commit 6ac41ca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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/[email protected].0"
uses: "shivammathur/[email protected].1"
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/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "none"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
uses: "actions/checkout@v3"

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

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

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

- name: "Set up PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].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/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Set up PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].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/[email protected].0"
uses: "shivammathur/[email protected].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/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Set up PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit 6ac41ca

Please sign in to comment.