diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5db7d9e..6ac2aa8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,6 +28,7 @@ jobs: uses: shivammathur/setup-php@2.30.4 with: php-version: ${{ matrix.php-version }} + ini-values: zend.assertions=1 - name: composer-cache-dir id: composercache