Skip to content

Commit 591f0fb

Browse files
authored
test: Fix PHPUnit scoping build (#934)
1 parent cddf84c commit 591f0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
needs: build-test-phar
149149

150150
env:
151-
PHP_EXTENSIONS: none, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
151+
PHP_EXTENSIONS: none, curl, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
152152
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
153153

154154
strategy:

0 commit comments

Comments
 (0)