diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/integrationtest.yml index cce98738..0c3b9870 100644 --- a/.github/workflows/integrationtest.yml +++ b/.github/workflows/integrationtest.yml @@ -104,6 +104,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} + extensions: json, zip ini-values: zend.assertions=1, error_reporting=-1, display_errors=On tools: "composer:${{ matrix.composer }}" coverage: none diff --git a/.github/workflows/quicktest.yml b/.github/workflows/quicktest.yml index 33d09839..225e9680 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -45,6 +45,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} + extensions: json, zip ini-values: zend.assertions=1, error_reporting=-1, display_errors=On tools: "composer:${{ matrix.composer }}" coverage: none