We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d8b4d2 + c6a3ccf commit 1a0b249Copy full SHA for 1a0b249
.github/workflows/continuous-integration.yml
@@ -22,7 +22,7 @@ jobs:
22
extensions: pcov
23
coverage: pcov
24
ini-values: pcov.enabled=1
25
- - uses: "ramsey/composer-install@v2"
+ - uses: "ramsey/composer-install@2.2.0"
26
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
27
- uses: codecov/codecov-action@v3
28
with:
@@ -40,7 +40,7 @@ jobs:
40
41
php-version: "8.1"
42
ini-values: memory_limit=-1
43
44
- run: composer global config bin-dir /usr/local/bin
45
- run: "composer global require -W maglnet/composer-require-checker"
46
- run: "/usr/local/bin/composer-require-checker check"
0 commit comments