Skip to content

Commit

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

---
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 May 14, 2022
1 parent 9e22637 commit 20a1863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

-
name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.15.0"
uses: "shivammathur/setup-php@2.18.1"
with:
coverage: "none"
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

-
name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.15.0"
uses: "shivammathur/setup-php@2.18.1"
with:
coverage: "pcov"
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-twig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

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

0 comments on commit 20a1863

Please sign in to comment.