43
43
uses : shivammathur/setup-php@v2
44
44
with :
45
45
php-version : 8.1
46
- extensions : none, ctype, curl, date, dom, json, libxml, mbstring, pdo_sqlite, phar, simplexml, soap, tokenizer, xml, xmlwriter, zlib
46
+ extensions : none, ctype, curl, date, dom, json, libxml, mbstring, phar, simplexml, soap, tokenizer, xml, xmlwriter, zlib
47
47
coverage : none
48
48
tools : none
49
49
62
62
runs-on : ${{ matrix.os }}
63
63
64
64
env :
65
- PHP_EXTENSIONS : none, curl, dom, json, libxml, mbstring, openssl, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
65
+ PHP_EXTENSIONS : none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
66
66
PHP_INI_VALUES : assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
67
67
68
68
strategy :
@@ -143,7 +143,7 @@ jobs:
143
143
runs-on : ${{ matrix.os }}
144
144
145
145
env :
146
- PHP_EXTENSIONS : none, curl, dom, json, libxml, mbstring, openssl, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
146
+ PHP_EXTENSIONS : none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
147
147
PHP_INI_VALUES : assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
148
148
149
149
strategy :
@@ -232,7 +232,7 @@ jobs:
232
232
with :
233
233
php-version : 8.1
234
234
coverage : pcov
235
- extensions : none, curl, dom, json, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
235
+ extensions : none, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
236
236
ini-values : assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
237
237
tools : none
238
238
@@ -256,7 +256,7 @@ jobs:
256
256
runs-on : ubuntu-latest
257
257
258
258
env :
259
- PHP_EXTENSIONS : none, dom, json, fileinfo, iconv, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
259
+ PHP_EXTENSIONS : none, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
260
260
PHP_INI_VALUES : assert.exception=1, phar.readonly=0, zend.assertions=1
261
261
262
262
steps :
@@ -300,7 +300,7 @@ jobs:
300
300
runs-on : ubuntu-latest
301
301
302
302
env :
303
- PHP_EXTENSIONS : none, curl, dom, json, fileinfo, iconv, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
303
+ PHP_EXTENSIONS : none, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
304
304
PHP_INI_VALUES : assert.exception=1, phar.readonly=0, zend.assertions=1
305
305
306
306
strategy :
@@ -355,7 +355,7 @@ jobs:
355
355
runs-on : ubuntu-latest
356
356
357
357
env :
358
- PHP_EXTENSIONS : none, curl, dom, json, fileinfo, iconv, libxml, mbstring, pdo_sqlite, phar, soap, tokenizer, xml, xmlwriter
358
+ PHP_EXTENSIONS : none, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
359
359
PHP_INI_VALUES : assert.exception=1, phar.readonly=0, zend.assertions=1
360
360
361
361
strategy :
0 commit comments