Skip to content

Commit 6386f8c

Browse files
committed
[TASK] runTests for v14
1 parent 4357b22 commit 6386f8c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Build/testing-docker/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ services:
8888
elif [ ${TYPO3} -eq 12 ]; then
8989
composer require typo3/cms-install:^12.4 typo3/cms-fluid-styled-content:^12.4 --dev -W --no-progress --no-interaction
9090
composer prepare-tests
91+
elif [ ${TYPO3} -eq 14 ]; then
92+
composer require typo3/cms-install:^14 typo3/cms-fluid-styled-content:^14 --dev -W --no-progress --no-interaction
93+
composer prepare-tests
9194
else
9295
composer install --no-progress --no-interaction
9396
composer prepare-tests

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"typo3/cms-fluid-styled-content": "^11 || ^12.4 || ^13.1 || ^14",
1212
"typo3/cms-install": "^11 || ^12.4 || ^13.1 || ^14",
1313
"typo3/coding-standards": "^0.5.5",
14-
"saschaegerer/phpstan-typo3": "^1.8",
14+
"phpstan/phpstan": "^1.10",
1515
"typo3/tailor": "^1.0",
16-
"typo3/testing-framework": "^7.0 || ^8.0",
17-
"phpunit/phpunit": "9.6 || ^10.5"
16+
"typo3/testing-framework": "^7.0 || ^8.0 || ^9.3",
17+
"phpunit/phpunit": "9.6 || ^10.5 || ^11.3"
1818
},
1919
"config": {
2020
"vendor-dir": ".Build/vendor",

0 commit comments

Comments
 (0)