From 1f4f28729e2dd948fd8c70a5bf0e4fa61f535f85 Mon Sep 17 00:00:00 2001 From: djklim87 Date: Thu, 13 Mar 2025 12:15:55 +0100 Subject: [PATCH] Fix tests --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c5c5040..5da4b32f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,7 @@ jobs: - name: PHPUnit Tests uses: php-actions/phpunit@master - env: - XDEBUG_MODE: coverage with: - php_extensions: "xdebug" - coverage_html: "coverage/html/" - version: 9.5 - bootstrap: tests/bootstrap.php configuration: phpunit.xml - name: Archive code coverage results