Skip to content

Commit

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

github-actions(deps): bump shivammathur/setup-php from 2.18.1 to 2.19.0
  • Loading branch information
ergebnis-bot committed May 30, 2022
2 parents d5e7f35 + 4199140 commit 788071f
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
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.18.1"
uses: "shivammathur/setup-php@2.19.0"
with:
coverage: "xdebug"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
strict: true

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.18.1"
uses: "shivammathur/setup-php@2.19.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.18.1"
uses: "shivammathur/setup-php@2.19.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.18.1"
uses: "shivammathur/setup-php@2.19.0"
with:
coverage: "xdebug"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.18.1"
uses: "shivammathur/setup-php@2.19.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.18.1"
uses: "shivammathur/setup-php@2.19.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

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

0 comments on commit 788071f

Please sign in to comment.