Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and LeSuisse committed May 30, 2022
1 parent ea472f3 commit 1af7ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --depth=1
- uses: shivammathur/setup-php@2.18.1
- uses: shivammathur/setup-php@2.19.0
with:
php-version: ${{ matrix.php-versions }}
extension: mbstring
Expand All @@ -43,7 +43,7 @@ jobs:
name: Code quality
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@2.18.1
- uses: shivammathur/setup-php@2.19.0
with:
php-version: '7.4'
extension: mbstring
Expand Down

0 comments on commit 1af7ea3

Please sign in to comment.