This commit is contained in:
2023-10-04 10:54:23 +07:00
parent dd502706d6
commit a87af35f4d

View File

@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3
- name: Init composer.lock
run: |
composer update --no-install $(if [[ "${{ matrix.prefer_lowest }}" == 'yes ]]; then echo '--prefer-lowest'; fi)
composer update --no-install $(if [[ "${{ matrix.prefer_lowest }}" == 'yes' ]]; then echo '--prefer-lowest'; fi)
- name: Install dependencies
run: composer install
- name: Run tests