|
26 | 26 | uses: shivammathur/setup-php@v2
|
27 | 27 | with:
|
28 | 28 | php-version: 8.3
|
29 |
| - extensions: none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter |
| 29 | + extensions: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter |
30 | 30 | coverage: none
|
31 | 31 | tools: none
|
32 | 32 |
|
|
94 | 94 | runs-on: ${{ matrix.os }}
|
95 | 95 |
|
96 | 96 | env:
|
97 |
| - PHP_EXTENSIONS: none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter |
| 97 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter |
98 | 98 | PHP_INI_VALUES: memory_limit=-1, assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
|
99 | 99 |
|
100 | 100 | strategy:
|
@@ -140,7 +140,7 @@ jobs:
|
140 | 140 | runs-on: ${{ matrix.os }}
|
141 | 141 |
|
142 | 142 | env:
|
143 |
| - PHP_EXTENSIONS: none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter |
| 143 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter |
144 | 144 | PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
|
145 | 145 |
|
146 | 146 | strategy:
|
@@ -195,7 +195,7 @@ jobs:
|
195 | 195 | with:
|
196 | 196 | php-version: 8.3
|
197 | 197 | coverage: pcov
|
198 |
| - extensions: none, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter |
| 198 | + extensions: none, ctype, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter |
199 | 199 | ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
|
200 | 200 | tools: none
|
201 | 201 |
|
@@ -263,7 +263,7 @@ jobs:
|
263 | 263 | runs-on: ubuntu-latest
|
264 | 264 |
|
265 | 265 | env:
|
266 |
| - PHP_EXTENSIONS: none, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter |
| 266 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter |
267 | 267 | PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
|
268 | 268 |
|
269 | 269 | strategy:
|
|
0 commit comments