Skip to content

Commit

Permalink
Enhancement: Update shivammathur/setup-php
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Mar 29, 2020
1 parent f49595a commit f6f0586
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 @@ -52,7 +52,7 @@ jobs:
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@v1
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/checkout@v2

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@v1
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: pcov
Expand Down

0 comments on commit f6f0586

Please sign in to comment.