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