Skip to content

Commit

Permalink
--prefer-lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-janu committed Jul 2, 2024
1 parent a988e1a commit e283a59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none
- run: composer install --prefer-dist --no-progress --no-suggest
- run: composer install --prefer-dist --prefer-lowest --no-progress --no-suggest
- run: composer create-project nette/coding-standard temp/coding-standard --no-progress
- run: php temp/coding-standard/ecs check src tests --preset php82
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none
- run: composer install --prefer-dist --no-progress --no-suggest
- run: composer install --prefer-dist --prefer-lowest --no-progress --no-suggest
- run: php vendor/bin/phpstan.phar analyse src
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: mysql -u root -proot -e 'CREATE DATABASE IF NOT EXISTS test;'

- name: Composer install
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --prefer-lowest --no-progress --no-suggest

- name: Run tests
run: vendor/bin/tester tests -C -s

0 comments on commit e283a59

Please sign in to comment.