Skip to content

Commit

Permalink
Bump php action in order to use composer v1
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Jun 4, 2020
1 parent 7a7add0 commit 3887d8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@1.7.0
uses: shivammathur/setup-php@2.2.2
with:
php-version: ${{ matrix.php }}
coverage: none
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@1.7.0
uses: shivammathur/setup-php@2.2.2
with:
php-version: 7.1
coverage: none
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@1.7.0
uses: shivammathur/setup-php@2.2.2
with:
php-version: 7.1
coverage: none
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
ref: ${{ github.ref }}

- name: Install PHP
uses: shivammathur/setup-php@1.7.0
uses: shivammathur/setup-php@2.2.2
with:
php-version: 7.2
coverage: pcov
Expand Down

0 comments on commit 3887d8f

Please sign in to comment.