From a5f4b8b48119d31678670f020b32d9d7adb7bf96 Mon Sep 17 00:00:00 2001 From: Clemens Queissner Date: Thu, 21 Mar 2024 15:07:22 +0100 Subject: [PATCH] chore: CD-306297 Designated branch for TYPO3 11 with PHP >8.0 --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc8d0802e..6e6b1f1d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,9 +51,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.xml - .Build/bin/phpunit --colors -c $UNIT_XML Tests + run: composer test:unit - name: Unit Tests with coverage without 8.3 if: matrix.typo3 == '^11.5' && matrix.php == '8.3'