From 3a998069bf86ac905f54c0ab20ce754665c5f2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Thu, 11 Jan 2024 15:50:45 +0100 Subject: [PATCH] test: Fix PHPUnit scoping build --- .github/workflows/e2e-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index e8fbdc9f..610de593 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -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: