We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dff36 commit 1b1da69Copy full SHA for 1b1da69
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
tools: pecl
59
60
- name: Composer install
61
- run: composer update --prefer-stable
+ run: composer update
62
63
- name: Run phpcs
64
run: vendor/bin/phpcs --version && vendor/bin/phpcs --report=checkstyle
0 commit comments