@@ -324,7 +324,7 @@ HOST_UID=$(id -u)
324324HOST_PID=$( id -g)
325325USERSET=" "
326326SUFFIX=$( echo $RANDOM )
327- NETWORK=" friendsoftypo3-ttaddress -${SUFFIX} "
327+ NETWORK=" georgringer-news -${SUFFIX} "
328328CI_PARAMS=" ${CI_PARAMS:- } "
329329CONTAINER_HOST=" host.docker.internal"
330330PHPSTAN_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
0 commit comments