Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 5ee56c7 commit b1b77aa
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/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down

0 comments on commit b1b77aa

Please sign in to comment.