avoid packaged phpunit version that is incompatible with older PHP releases

This commit is contained in:
El RIDO 2020-05-31 14:45:25 +02:00
parent bd26972a73
commit 120ba0b8ca
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -26,7 +26,8 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: gd, sqlite3
tools: phpunit
- name: Setup PHPunit
run: composer install -n
- name: Run unit tests
run: phpunit --no-coverage
working-directory: tst