We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a75b08 commit 53e3207Copy full SHA for 53e3207
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
uses: actions/checkout@v4
75
76
- name: "Fetch cacert.pem from curl.haxx.se"
77
- run: curl -o ./tests/cacert.pem https://curl.haxx.se/ca/cacert.pem
+ run: curl -o ./tests/cacert.pem https://curl.se/ca/cacert.pem
78
79
- name: "Install PHP with extensions"
80
uses: shivammathur/setup-php@v2
0 commit comments