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