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 b332791 commit d0fbec2Copy full SHA for d0fbec2
.github/workflows/php-qa.yml
@@ -35,7 +35,7 @@ jobs:
35
run: find ./src/ ./tests/src/ ./tests/cases/ -type f -name '*.php' -print0 | xargs -0 -L 1 -P 4 -- php -l
36
37
- name: Install dependencies
38
- run: composer install -q -n -a --no-progress --prefer-dist${{ matrix.prefer }}${{ matrix.ignore-platform }}
+ run: composer update -q -n -a --no-progress --prefer-dist${{ matrix.prefer }}${{ matrix.ignore-platform }}
39
40
- name: Run unit tests (>= 7.3)
41
if: ${{ matrix.php >= 7.3 }}
0 commit comments