mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
correct composer exec path
This commit is contained in:
@@ -62,10 +62,10 @@ jobs:
|
||||
php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-
|
||||
- name: Install lowest dependencies with composer
|
||||
if: matrix.dependencies == 'lowest'
|
||||
run: php ./tools/composer update --no-ansi --no-interaction --no-progress --prefer-lowest
|
||||
run: php composer update --no-ansi --no-interaction --no-progress --prefer-lowest
|
||||
- name: Install highest dependencies with composer
|
||||
if: matrix.dependencies == 'highest'
|
||||
run: php ./tools/composer update --no-ansi --no-interaction --no-progress
|
||||
run: php composer update --no-ansi --no-interaction --no-progress
|
||||
# - name: Install dependencies
|
||||
# run: composer install --prefer-dist
|
||||
- name: Run tests with phpunit
|
||||
|
||||
Reference in New Issue
Block a user