We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4823c4f commit 0a4c26dCopy full SHA for 0a4c26d
.github/workflows/lint-php.yml
@@ -26,7 +26,7 @@ jobs:
26
path: ~/.composer/cache/
27
key: composer-cache
28
- name: Install dependencies
29
- run: composer install --no-interaction --prefer-dist --no-progress --no-suggest
+ run: composer install
30
- name: Lint files
31
run: ./vendor/bin/phpcs
32
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
33
34
- name: Install motranslator
35
if: ${{ matrix.php-version == '7.1' }}
36
run: composer require phpmyadmin/motranslator:^3.0
0 commit comments