Specify Composer version 1
This commit is contained in:
parent
958111d80f
commit
7c33f459d5
1
.github/workflows/coding-standards.yml
vendored
1
.github/workflows/coding-standards.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: 7.4
|
php-version: 7.4
|
||||||
|
tools: composer:v1
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --prefer-dist --no-interaction --no-suggest
|
run: composer install --prefer-dist --no-interaction --no-suggest
|
||||||
|
|
1
.github/workflows/drupal-install.yml
vendored
1
.github/workflows/drupal-install.yml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
||||||
php-version: 7.4
|
php-version: 7.4
|
||||||
extensions: mbstring
|
extensions: mbstring
|
||||||
coverage: none
|
coverage: none
|
||||||
|
tools: composer:v1
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --prefer-dist --no-interaction --no-suggest
|
run: composer install --prefer-dist --no-interaction --no-suggest
|
||||||
|
|
1
.github/workflows/phpunit.yml
vendored
1
.github/workflows/phpunit.yml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
||||||
php-version: 7.4
|
php-version: 7.4
|
||||||
extensions: mbstring
|
extensions: mbstring
|
||||||
coverage: none
|
coverage: none
|
||||||
|
tools: composer:v1
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --prefer-dist --no-interaction --no-suggest
|
run: composer install --prefer-dist --no-interaction --no-suggest
|
||||||
|
|
1
.github/workflows/static-code-analysis.yml
vendored
1
.github/workflows/static-code-analysis.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: 7.4
|
php-version: 7.4
|
||||||
|
tools: composer:v1
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --prefer-dist --no-interaction --no-suggest
|
run: composer install --prefer-dist --no-interaction --no-suggest
|
||||||
|
|
Loading…
Reference in a new issue