We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa7816 commit 09d5f55Copy full SHA for 09d5f55
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
runs-on: ${{ matrix.os }}
60
61
env:
62
- PHP_EXTENSIONS: none, dom, json, libxml, mbstring, openssl, pdo_sqlite, soap, tokenizer, xml, xmlwriter
+ PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
63
PHP_INI_VALUES: memory_limit=-1, assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
64
65
strategy:
0 commit comments