Skip to content

Commit 0a4c26d

Browse files
committed
Simplify workflows composer install
Signed-off-by: William Desportes <[email protected]>
1 parent 4823c4f commit 0a4c26d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: ~/.composer/cache/
2727
key: composer-cache
2828
- name: Install dependencies
29-
run: composer install --no-interaction --prefer-dist --no-progress --no-suggest
29+
run: composer install
3030
- name: Lint files
3131
run: ./vendor/bin/phpcs
3232

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: ~/.composer/cache/
3131
key: composer-cache
3232
- name: Install dependencies
33-
run: composer install --no-interaction --prefer-dist --no-progress --no-suggest
33+
run: composer install
3434
- name: Install motranslator
3535
if: ${{ matrix.php-version == '7.1' }}
3636
run: composer require phpmyadmin/motranslator:^3.0

0 commit comments

Comments
 (0)