Skip to content

Commit 35683a0

Browse files
author
Mathis Koblin
committed
Fix TYPO3 14 CI test dependencies
1 parent 9ea3233 commit 35683a0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
php: [ '8.2', '8.3', '8.4', '8.5' ]
25-
typo3Version: [ 'typo3/cms-core:^12.4', 'typo3/cms-core:^13.4']
25+
typo3Version: [ 'typo3/cms-core:^12.4', 'typo3/cms-core:^13.4', 'typo3/cms-core:^14.0']
2626
steps:
2727
- name: "Checkout"
2828
uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"require-dev": {
3636
"netresearch/rte-ckeditor-image": "^12.0 || ^13.0",
3737
"phpunit/phpunit": "^10.1 || ^11.0",
38+
"typo3/cms-install": "^12.4 || ^13.4 || ^14.0",
3839
"typo3/testing-framework": "^8.3 || ^9.3"
3940
},
4041
"scripts": {

0 commit comments

Comments
 (0)