|
76 | 76 | runs-on: ${{ matrix.os }}
|
77 | 77 |
|
78 | 78 | 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 |
80 | 80 | PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
|
81 | 81 |
|
82 | 82 | strategy:
|
@@ -151,7 +151,7 @@ jobs:
|
151 | 151 | with:
|
152 | 152 | php-version: ${{ matrix.php-version }}
|
153 | 153 | 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 |
155 | 155 | ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
|
156 | 156 | tools: none
|
157 | 157 |
|
@@ -193,7 +193,7 @@ jobs:
|
193 | 193 | with:
|
194 | 194 | php-version: ${{ matrix.php-version }}
|
195 | 195 | 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 |
197 | 197 | ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
|
198 | 198 | tools: none
|
199 | 199 |
|
@@ -261,7 +261,7 @@ jobs:
|
261 | 261 | runs-on: ubuntu-latest
|
262 | 262 |
|
263 | 263 | 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 |
265 | 265 | PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
|
266 | 266 |
|
267 | 267 | strategy:
|
|
0 commit comments