Skip to content

Commit

Permalink
Update shivammathur/setup-php action to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Oct 8, 2020
1 parent 17ad379 commit ccc0a4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@2.4.2
uses: shivammathur/setup-php@2.6.0
with:
php-version: 7.4
coverage: none
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@2.4.2
uses: shivammathur/setup-php@2.6.0
with:
php-version: 7.4
coverage: none
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
CLICKHOUSE_VERSION: 20

- name: Install PHP
uses: shivammathur/setup-php@2.4.2
uses: shivammathur/setup-php@2.6.0
with:
php-version: 7.4
coverage: pcov
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
CLICKHOUSE_VERSION: 20

- name: Install PHP
uses: shivammathur/setup-php@2.4.2
uses: shivammathur/setup-php@2.6.0
with:
php-version: ${{ matrix.php }}
coverage: none
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
CLICKHOUSE_VERSION: ${{ matrix.clickhouse-version }}

- name: Install PHP
uses: shivammathur/setup-php@2.4.2
uses: shivammathur/setup-php@2.6.0
with:
php-version: 7.4
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CLICKHOUSE_VERSION: 20

- name: Install PHP
uses: shivammathur/setup-php@2.4.2
uses: shivammathur/setup-php@2.6.0
with:
php-version: 7.4
coverage: xdebug
Expand Down

0 comments on commit ccc0a4f

Please sign in to comment.