Skip to content

Commit

Permalink
test: Fix PHPUnit scoping build
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Jan 11, 2024
1 parent cddf84c commit 3a99806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
needs: build-test-phar

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

strategy:
Expand Down

0 comments on commit 3a99806

Please sign in to comment.