mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 23:12:11 +00:00
Change php version and test execution
This commit is contained in:
@@ -11,6 +11,10 @@ jobs:
|
|||||||
- name: Setup composer
|
- name: Setup composer
|
||||||
uses: php-actions/composer@v5
|
uses: php-actions/composer@v5
|
||||||
with:
|
with:
|
||||||
php_version: 7.3
|
php_version: 7.4.6
|
||||||
|
- name: PHPUnit version
|
||||||
|
run: phpunit --version
|
||||||
- name: PHPUnit tests
|
- name: PHPUnit tests
|
||||||
|
run: phpunit tests
|
||||||
|
- name: PHPUnit tests 2
|
||||||
run: composer test
|
run: composer test
|
||||||
Reference in New Issue
Block a user