Skip to content

Commit e2c3259

Browse files
authored
Merge pull request #849 from ergebnis/fix/curl
Fix: Enable `curl` extension
2 parents fe6f148 + 4782fbd commit e2c3259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
uses: "shivammathur/setup-php@2.16.0"
234234
with:
235235
coverage: "none"
236-
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
236+
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
237237
php-version: "${{ matrix.php-version }}"
238238

239239
- name: "Determine composer cache directory"

0 commit comments

Comments
 (0)