Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php from 2.30.4 to 2.31.0
Browse files Browse the repository at this point in the history
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.4 to 2.31.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.30.4...2.31.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 Jul 1, 2024
1 parent 4b8c78a commit ff04d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "latest"
coverage: "none"
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
submodules: true

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php }}"
extensions: "intl-${{ matrix.icu }}"
Expand Down

0 comments on commit ff04d8f

Please sign in to comment.