Skip to content

Commit

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

github-actions(deps): bump shivammathur/setup-php from 2.21.1 to 2.21.2
  • Loading branch information
ergebnis-bot committed Aug 22, 2022
2 parents 5f86b65 + 1d07820 commit bd0a9ab
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/setup-php@2.21.1"
uses: "shivammathur/setup-php@2.21.2"
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.21.1"
uses: "shivammathur/setup-php@2.21.2"
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/setup-php@2.21.1"
uses: "shivammathur/setup-php@2.21.2"
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/setup-php@2.21.1"
uses: "shivammathur/setup-php@2.21.2"
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/setup-php@2.21.1"
uses: "shivammathur/setup-php@2.21.2"
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/setup-php@2.21.1"
uses: "shivammathur/setup-php@2.21.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/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/setup-php@2.21.1"
uses: "shivammathur/setup-php@2.21.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/setup-php@2.21.1"
uses: "shivammathur/setup-php@2.21.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/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/setup-php@2.21.1"
uses: "shivammathur/setup-php@2.21.2"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit bd0a9ab

Please sign in to comment.