diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd82176..9b32593 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,10 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: php-actions/composer@v5 - name: PHPUnit Tests - uses: php-actions/phpunit@v6 + uses: php-actions/composer@v5 with: bootstrap: vendor/autoload.php php_version: 7.1 - version: 1 configuration: phpunit.xml args: --coverage-text \ No newline at end of file