We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324cfcf commit 06bed5dCopy full SHA for 06bed5d
1 file changed
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
run: composer validate --no-interaction --ansi --verbose --with-dependencies
46
47
- name: "Install dependencies with composer"
48
- uses: ramsey/composer-install@v3
+ uses: ramsey/composer-install@v4
49
50
- name: "Run PHPCodeSniffer"
51
run: php vendor/bin/phpcs
@@ -114,7 +114,7 @@ jobs:
114
coverage: pcov
115
116
117
118
119
- name: "Fetch cacert.pem from curl.se"
120
run: curl -o ./tests/cacert.pem https://curl.se/ca/cacert.pem
0 commit comments