Skip to content

Commit

Permalink
[BUGFIX] ci
Browse files Browse the repository at this point in the history
  • Loading branch information
achimfritz committed Jun 24, 2024
1 parent 53e73f7 commit fbbc6bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
strategy:
matrix:
php: [ '7.4', '8.0', '8.1' ]
TYPO3: [ '11', '12' ]
TYPO3: [ '11' ]
include:
- TYPO3: '12'
php: '8.1'
- TYPO3: '13'
php: '8.3'
steps:
Expand Down
2 changes: 1 addition & 1 deletion Build/testing-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
composer prepare-tests
elif [ ${TYPO3} -eq 12 ]; then
composer require typo3/cms-install:^12.4 typo3/cms-fluid-styled-content:^12.4 --dev -W --no-progress --no-interaction
composer composer prepare-tests
composer prepare-tests
else
composer install --no-progress --no-interaction
composer prepare-tests
Expand Down

0 comments on commit fbbc6bb

Please sign in to comment.