From 82461eae3a3ee53a38ad360a54bdf54a137e5d22 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Wed, 6 Mar 2024 16:30:40 +0100 Subject: [PATCH] Deaktiviere XDebug in GitHub Actions (Case 168925) --- .github/workflows/dependencies.yml | 1 + .github/workflows/tests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 1a08c2e..61892a7 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -19,6 +19,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ env.PHP_VERSION }} + coverage: none tools: composer:v2 - name: Cache Composer Dependencies uses: actions/cache@v1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 260fdd4..87ee5f7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} + coverage: none tools: composer:v2 - uses: actions/checkout@v3 - run: VERSION=${{ matrix.symfony-locked-version }} .github/workflows/lock-symfony-version.sh