Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit dc04657

Browse files
committed
:octocat:
1 parent d499292 commit dc04657

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
ini-values: ${{ env.PHP_INI_VALUES }}
8282
coverage: pcov
8383

84+
- name: "Fetch cacert.pem from curl.se"
85+
run: curl -o ./tests/cacert.pem https://curl.se/ca/cacert.pem
86+
8487
- name: "Install dependencies with composer"
8588
uses: ramsey/composer-install@v3
8689

0 commit comments

Comments
 (0)