We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c685020 commit 7f241b4Copy full SHA for 7f241b4
.github/workflows/pest.yml
@@ -41,5 +41,5 @@ jobs:
41
php-version: 8.1
42
extensions: dom, curl, mbstring, zip, pcntl, intl
43
coverage: xdebug
44
- - run: composer install --no-interaction --no-scripts
+ - run: composer update --prefer-stable --prefer-dist --no-interaction --no-suggest
45
- run: vendor/bin/infection -j2 --logger-github
0 commit comments