Skip to content

Commit

Permalink
github-actions(deps): bump shivammathur/setup-php from 2.17.1 to 2.18.0
Browse files Browse the repository at this point in the history
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.17.1 to 2.18.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.17.1...2.18.0)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 23, 2022
1 parent 46ac3c0 commit 33e9249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strict: true

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

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

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

0 comments on commit 33e9249

Please sign in to comment.