Skip to content

Commit

Permalink
chore: CD-306297 Designated branch for TYPO3 11 with PHP >8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcesoldier committed Mar 21, 2024
1 parent 7e0a66f commit a5f4b8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a5f4b8b

Please sign in to comment.