We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220fcee commit 9d78e5dCopy full SHA for 9d78e5d
.github/workflows/continuous-integration.yml
@@ -21,7 +21,7 @@ jobs:
21
extensions: pcov
22
coverage: pcov
23
ini-values: pcov.enabled=1
24
- - uses: "ramsey/composer-install@3.0.0"
+ - uses: "ramsey/composer-install@3.1.0"
25
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
26
env:
27
PRISMIC_REPO: ${{ secrets.PRISMIC_REPO }}
@@ -42,7 +42,7 @@ jobs:
42
- uses: shivammathur/[email protected]
43
with:
44
php-version: 8.2
45
46
47
dependency-versions: "highest"
48
- run: composer global config bin-dir /usr/local/bin
0 commit comments