Skip to content

Commit e368165

Browse files
committed
[TASK] requirements for v14
1 parent b294f0f commit e368165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install composer dependencies TYPO3 14
3333
if: matrix.TYPO3 == '14'
3434
run: |
35-
composer install --no-progress --no-interaction
35+
composer require typo3/cms-backend:^14.2 typo3/cms-fluid:^14.2 typo3/cms-frontend:^14.2 --no-progress --no-interaction --dev -W
3636
- name: Install composer dependencies TYPO3 13
3737
if: matrix.TYPO3 == '13'
3838
run: |

0 commit comments

Comments
 (0)