mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 19:22:14 +00:00
Error says phpunit needs PHP >= 7.3, let's try it
This commit is contained in:
@@ -11,10 +11,10 @@ jobs:
|
|||||||
- name: Setup composer
|
- name: Setup composer
|
||||||
uses: php-actions/composer@v5
|
uses: php-actions/composer@v5
|
||||||
with:
|
with:
|
||||||
php_version: 7.1
|
php_version: 7.3
|
||||||
- name: PHPUnit tests
|
- name: PHPUnit tests
|
||||||
uses: php-actions/phpunit@v2
|
uses: php-actions/phpunit@v2
|
||||||
with:
|
with:
|
||||||
php_version: 7.1
|
php_version: 7.3
|
||||||
bootstrap: tests/bootstrap.php
|
bootstrap: tests/bootstrap.php
|
||||||
configuration: phpunit.xml
|
configuration: phpunit.xml
|
||||||
Reference in New Issue
Block a user