From ca3f919d0afa023a32c4dab7db556359671cbf5e Mon Sep 17 00:00:00 2001 From: Charles Sprayberry Date: Fri, 2 May 2025 11:15:22 -0400 Subject: [PATCH] Turn on assert in CI/CD --- .github/workflows/php.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 1c64ca3e..386e80f3 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -18,6 +18,7 @@ jobs: php-version: 8.2 extensions: xdebug tools: composer:2 + ini-file: development - name: Setup problem matchers for PHP run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" - name: Setup problem matchers for PHPUnit @@ -41,6 +42,7 @@ jobs: with: php-version: 8.2 tools: composer:2 + ini-file: development - name: Setup problem matchers for PHP run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" - name: Composer (Annotated Container) @@ -60,6 +62,7 @@ jobs: with: php-version: 8.2 tools: composer:2, cs2pr, phpcs + ini-file: development - name: Setup problem matchers for PHP run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" - name: Composer (Annotated Container)