Skip to content

Commit

Permalink
Bump shivammathur/setup-php from 2.16.0 to 2.17.0
Browse files Browse the repository at this point in the history
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.16.0...2.17.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 Feb 8, 2022
1 parent bf32872 commit 39621c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Install PHP
uses: shivammathur/setup-php@2.16.0
uses: shivammathur/setup-php@2.17.0
with:
php-version: '7.4'
extensions: mbstring, intl
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/[email protected]

- name: Install PHP
uses: shivammathur/setup-php@2.16.0
uses: shivammathur/setup-php@2.17.0
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl, mysql
Expand Down

0 comments on commit 39621c8

Please sign in to comment.