Skip to content

Commit

Permalink
Set PHPUnit version the same for CI and composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arai-ta committed Jan 28, 2021
1 parent bc4f798 commit f16ada4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: PHPUnit Tests
uses: php-actions/phpunit@v2
with:
version: 6
php_version: ${{ matrix.php }}
bootstrap: vendor/autoload.php
args: --coverage-text

0 comments on commit f16ada4

Please sign in to comment.