Skip to content

Commit 71f7425

Browse files
localheinzsebastianbergmann
authored andcommitted
Fix: Enable ext-curl
1 parent 0f99255 commit 71f7425

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ${{ matrix.os }}
7777

7878
env:
79-
PHP_EXTENSIONS: none, dom, json, libxml, mbstring, openssl, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
79+
PHP_EXTENSIONS: none, curl, dom, json, libxml, mbstring, openssl, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
8080
PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
8181

8282
strategy:
@@ -151,7 +151,7 @@ jobs:
151151
with:
152152
php-version: ${{ matrix.php-version }}
153153
coverage: pcov
154-
extensions: none, dom, json, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
154+
extensions: none, curl, dom, json, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
155155
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
156156
tools: none
157157

@@ -193,7 +193,7 @@ jobs:
193193
with:
194194
php-version: ${{ matrix.php-version }}
195195
coverage: pcov
196-
extensions: none, dom, json, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
196+
extensions: none, curl, dom, json, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
197197
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
198198
tools: none
199199

@@ -261,7 +261,7 @@ jobs:
261261
runs-on: ubuntu-latest
262262

263263
env:
264-
PHP_EXTENSIONS: none, dom, json, fileinfo, iconv, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
264+
PHP_EXTENSIONS: none, curl, dom, json, fileinfo, iconv, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
265265
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
266266

267267
strategy:

0 commit comments

Comments
 (0)