@@ -21,7 +21,7 @@ services:
2121 - /var/lib/postgresql/data:rw,noexec,nosuid
2222
2323 web :
24- image : typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
24+ image : ghcr.io/ typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
2525 user : " ${HOST_UID}"
2626 stop_grace_period : 1s
2727 volumes :
@@ -46,7 +46,7 @@ services:
4646 "
4747
4848 acceptance_backend_mariadb10 :
49- image : typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
49+ image : ghcr.io/ typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
5050 user : " ${HOST_UID}"
5151 links :
5252 - mariadb10
@@ -89,7 +89,7 @@ services:
8989 "
9090
9191 cgl :
92- image : typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
92+ image : ghcr.io/ typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
9393 user : " ${HOST_UID}"
9494 volumes :
9595 - ${CORE_ROOT}:${CORE_ROOT}
@@ -125,7 +125,7 @@ services:
125125 "
126126
127127 composer_install :
128- image : typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
128+ image : ghcr.io/ typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
129129 user : " ${HOST_UID}"
130130 volumes :
131131 - ${CORE_ROOT}:${CORE_ROOT}
@@ -139,7 +139,13 @@ services:
139139 set -x
140140 fi
141141 php -v | grep '^PHP';
142- if [ ${TYPO3} -eq 11 ]; then
142+ if [ ${TYPO3} -eq 13 ]; then
143+ composer clear-cache
144+ composer require typo3/cms-core:^13.4 typo3/testing-framework:^8 --dev -W --no-progress --no-interaction
145+ elif [ ${TYPO3} -eq 12 ]; then
146+ composer clear-cache
147+ composer require typo3/cms-core:^12.4 --dev -W --no-progress --no-interaction
148+ elif [ ${TYPO3} -eq 11 ]; then
143149 composer clear-cache
144150 composer require typo3/cms-core:^11.5 --dev -W --no-progress --no-interaction
145151 elif [ ${TYPO3} -eq 10 ]; then
@@ -148,12 +154,12 @@ services:
148154 composer prepare-tests-10
149155 else
150156 composer clear-cache
151- composer require typo3/cms-core:^12.4 --dev -W --no-progress --no-interaction
157+ composer require typo3/cms-core:^14.2 typo3/testing-framework:^9 --dev -W --no-progress --no-interaction
152158 fi
153159 "
154160
155161 composer_validate :
156- image : typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
162+ image : ghcr.io/ typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
157163 user : " ${HOST_UID}"
158164 volumes :
159165 - ${CORE_ROOT}:${CORE_ROOT}
@@ -171,7 +177,7 @@ services:
171177 "
172178
173179 functional_mariadb10 :
174- image : typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
180+ image : ghcr.io/ typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
175181 user : " ${HOST_UID}"
176182 links :
177183 - mariadb10
@@ -210,7 +216,7 @@ services:
210216 "
211217
212218 functional_postgres10 :
213- image : typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
219+ image : ghcr.io/ typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
214220 user : " ${HOST_UID}"
215221 links :
216222 - postgres10
@@ -250,7 +256,7 @@ services:
250256 "
251257
252258 functional_sqlite :
253- image : typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
259+ image : ghcr.io/ typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
254260 user : " ${HOST_UID}"
255261 volumes :
256262 - ${CORE_ROOT}:${CORE_ROOT}
@@ -281,7 +287,7 @@ services:
281287 "
282288
283289 lint :
284- image : typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
290+ image : ghcr.io/ typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
285291 user : " ${HOST_UID}"
286292 volumes :
287293 - ${CORE_ROOT}:${CORE_ROOT}
@@ -298,7 +304,7 @@ services:
298304 "
299305
300306 phpstan :
301- image : typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
307+ image : ghcr.io/ typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
302308 user : " ${HOST_UID}"
303309 volumes :
304310 - ${CORE_ROOT}:${CORE_ROOT}
@@ -316,7 +322,7 @@ services:
316322 "
317323
318324 unit :
319- image : typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
325+ image : ghcr.io/ typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
320326 user : " ${HOST_UID}"
321327 volumes :
322328 - ${CORE_ROOT}:${CORE_ROOT}
0 commit comments