mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 16:57:53 +00:00
Add PHP 7.3 check
This commit is contained in:
@@ -17,6 +17,7 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
php-version:
|
php-version:
|
||||||
|
- 7.3
|
||||||
- 7.4
|
- 7.4
|
||||||
phpunit-version:
|
phpunit-version:
|
||||||
- 8.5.2
|
- 8.5.2
|
||||||
@@ -65,17 +66,5 @@ jobs:
|
|||||||
- name: Install highest dependencies with composer
|
- name: Install highest dependencies with composer
|
||||||
if: matrix.dependencies == 'highest'
|
if: matrix.dependencies == 'highest'
|
||||||
run: composer update --no-ansi --no-interaction --no-progress
|
run: composer update --no-ansi --no-interaction --no-progress
|
||||||
# - name: Install dependencies
|
|
||||||
# run: composer install --prefer-dist
|
|
||||||
- name: Run tests with phpunit
|
- name: Run tests with phpunit
|
||||||
run: composer test
|
run: composer test
|
||||||
|
|
||||||
|
|
||||||
# - name: Setup composer
|
|
||||||
# uses: php-actions/composer@v5
|
|
||||||
# with:
|
|
||||||
# php_version: 7.4.6
|
|
||||||
# - name: PHPUnit version
|
|
||||||
# run: vendor/bin/phpunit --version
|
|
||||||
# - name: PHPUnit tests
|
|
||||||
# run: vendor/bin/phpunit tests
|
|
||||||
Reference in New Issue
Block a user