Skip to content

Commit

Permalink
Merge pull request #202 from koriym/run_ci_on_php_71
Browse files Browse the repository at this point in the history
Specify composer version to run up to PHP 7.1 with CI
  • Loading branch information
harikt authored May 11, 2022
2 parents 7b3c194 + d14144d commit 2650660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
coverage: xdebug
tools: none
tools: composer:2.2
ini-values: assert.exception=1, zend.assertions=1

- name: Get composer cache directory
Expand Down

0 comments on commit 2650660

Please sign in to comment.