From 96eb15912c5cd6f50569f59861fa171628c11fd5 Mon Sep 17 00:00:00 2001 From: Clemens Queissner Date: Thu, 21 Mar 2024 14:50:39 +0100 Subject: [PATCH] chore: CD-306297 Designated branch for TYPO3 11 with PHP >8.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5ea81b7f..ea8a8a656 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Unit Tests without coverage if: matrix.typo3 != '^11.5' || matrix.php != '8.3' run: | - export "UNIT_XML"=.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests-v10.xml + export "UNIT_XML"=.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml .Build/bin/phpunit --colors -c $UNIT_XML Tests - name: Unit Tests with coverage without 8.3