Skip to content

Commit 1070cc5

Browse files
committed
[TASK] Use 14.0 release
1 parent 24fd187 commit 1070cc5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Build/Scripts/runTests.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ HOST_UID=$(id -u)
324324
HOST_PID=$(id -g)
325325
USERSET=""
326326
SUFFIX=$(echo $RANDOM)
327-
NETWORK="friendsoftypo3-ttaddress-${SUFFIX}"
327+
NETWORK="georgringer-news-${SUFFIX}"
328328
CI_PARAMS="${CI_PARAMS:-}"
329329
CONTAINER_HOST="host.docker.internal"
330330
PHPSTAN_CONFIG_FILE="phpstan.neon"
@@ -512,8 +512,8 @@ case ${TEST_SUITE} in
512512
if [ ${TYPO3_VERSION} -eq 14 ]; then
513513
composer config minimum-stability dev
514514
composer require --no-ansi --no-interaction --no-progress --no-install \
515-
typo3/cms-core:dev-main \
516-
typo3/cms-install:dev-main \
515+
typo3/cms-core:^14 \
516+
typo3/cms-install:^14 \
517517
typo3/testing-framework:dev-main \
518518
phpunit/phpunit:^11.5.44 \
519519
|| exit 1
@@ -535,8 +535,8 @@ case ${TEST_SUITE} in
535535
if [ ${TYPO3_VERSION} -eq 14 ]; then
536536
composer config minimum-stability dev
537537
composer require --no-ansi --no-interaction --no-progress --no-install \
538-
typo3/cms-core:dev-main \
539-
typo3/cms-install:dev-main \
538+
typo3/cms-core:^14 \
539+
typo3/cms-install:^14 \
540540
typo3/testing-framework:dev-main \
541541
phpunit/phpunit:^11.5.44 \
542542
|| exit 1

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'version' => '10.0.0',
1111
'constraints' => [
1212
'depends' => [
13-
'typo3' => '13.4.20-14.0.99',
13+
'typo3' => '13.4.20-14.4.99',
1414
],
1515
],
1616
'autoload' => [

0 commit comments

Comments
 (0)