Error says phpunit needs PHP >= 7.3, let's try it

This commit is contained in:
DeveloperMarius
2021-03-22 23:38:23 +01:00
parent 3c8740769a
commit 791ba3199d

View File

@@ -11,10 +11,10 @@ jobs:
- name: Setup composer
uses: php-actions/composer@v5
with:
php_version: 7.1
php_version: 7.3
- name: PHPUnit tests
uses: php-actions/phpunit@v2
with:
php_version: 7.1
php_version: 7.3
bootstrap: tests/bootstrap.php
configuration: phpunit.xml