diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 565a769..f44114a 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: typo3: [ ^11.5, ^12.4 ] - php: [ '8.0', '8.1', '8.2', '8.3' ] + php: [ '8.1', '8.2', '8.3' ] steps: - name: Start database server @@ -55,7 +55,7 @@ jobs: - name: Unit Tests with coverage if: matrix.typo3 == '^12.4' && 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 --coverage-filter Classes --coverage-clover=unittest-coverage.clover --colors -c $UNIT_XML Tests/Unit - name: Upload coverage results to Scrutinizer