Skip to content

Commit

Permalink
Merge pull request #1015 from ergebnis/dependabot/github_actions/shiv…
Browse files Browse the repository at this point in the history
…ammathur/setup-php-2.21.1

github-actions(deps): bump shivammathur/setup-php from 2.21.0 to 2.21.1
  • Loading branch information
ergebnis-bot committed Jul 28, 2022
2 parents 2f94a98 + f9da686 commit e692c6b
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.0.2"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.21.0"
uses: "shivammathur/setup-php@2.21.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.21.0"
uses: "shivammathur/setup-php@2.21.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.0.2"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.21.0"
uses: "shivammathur/setup-php@2.21.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.0.2"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.21.0"
uses: "shivammathur/setup-php@2.21.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.0.2"

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

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

0 comments on commit e692c6b

Please sign in to comment.