Skip to content

Commit d0fbec2

Browse files
committed
Prefer lowest require update
1 parent b332791 commit d0fbec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: find ./src/ ./tests/src/ ./tests/cases/ -type f -name '*.php' -print0 | xargs -0 -L 1 -P 4 -- php -l
3636

3737
- name: Install dependencies
38-
run: composer install -q -n -a --no-progress --prefer-dist${{ matrix.prefer }}${{ matrix.ignore-platform }}
38+
run: composer update -q -n -a --no-progress --prefer-dist${{ matrix.prefer }}${{ matrix.ignore-platform }}
3939

4040
- name: Run unit tests (>= 7.3)
4141
if: ${{ matrix.php >= 7.3 }}

0 commit comments

Comments
 (0)