Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and LeSuisse committed Nov 18, 2020
1 parent a46db77 commit a05bb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
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.7.0
- uses: shivammathur/setup-php@2.8.0
with:
php-version: ${{ matrix.php-versions }}
extension: mbstring
Expand All @@ -43,7 +43,7 @@ jobs:
name: Code quality
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@2.7.0
- uses: shivammathur/setup-php@2.8.0
with:
php-version: '7.4'
extension: mbstring
Expand Down

0 comments on commit a05bb40

Please sign in to comment.