From cfde5feb2995af37611eff13c3918da16df85843 Mon Sep 17 00:00:00 2001 From: Charles Sprayberry Date: Thu, 20 Jun 2024 17:20:01 -0400 Subject: [PATCH] See if using development ini file will also throw assert errors --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 270d3b51..e1b2ca84 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -17,7 +17,7 @@ jobs: with: php-version: 8.2 extensions: xdebug - ini-values: zend.assertions=1 + ini-file: development tools: composer:2 - name: Setup problem matchers for PHP run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"