Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-actions(deps): bump shivammathur/setup-php from 2.21.1 to 2.21.2 #297

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
github-actions(deps): bump shivammathur/setup-php from 2.21.1 to 2.21.2
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.21.1 to 2.21.2.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.21.1...2.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Aug 19, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
frankhinek Frank Hinek
commit 93e5362135ff8cc543782569fdfcf185d7ed86aa
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
strict: true

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

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

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.21.1"
uses: "shivammathur/setup-php@2.21.2"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"