Skip to content

Commit

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

github-actions(deps): bump shivammathur/setup-php from 2.10.0 to 2.12.0
  • Loading branch information
localheinz committed Aug 13, 2021
2 parents 8561c0f + 5b428f5 commit 77fe29e
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 @@ -39,7 +39,7 @@ jobs:
strict: true

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.10.0"
uses: "shivammathur/setup-php@2.12.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.10.0"
uses: "shivammathur/setup-php@2.12.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.10.0"
uses: "shivammathur/setup-php@2.12.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.10.0"
uses: "shivammathur/setup-php@2.12.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.10.0"
uses: "shivammathur/setup-php@2.12.0"
with:
coverage: "xdebug"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.10.0"
uses: "shivammathur/setup-php@2.12.0"
with:
coverage: "xdebug"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.10.0"
uses: "shivammathur/setup-php@2.12.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down

0 comments on commit 77fe29e

Please sign in to comment.