Skip to content

Commit b6cfbc2

Browse files
committed
[TASK] Raise used typo3/core-testing-phpXY image version
This change raises used `typo3/core-testing-phpXY` to new minor versions, which has been choosen due to potential breaking changes in the image(s), for example: * composer 2.9.x - security block feature * redis version (6.2 -> 6.3) depending on php version. Following image version are now used with this change: * `typo3/core-testing-php81:2.14` (TYPO3 v12 only) * `typo3/core-testing-php82:1.14` * `typo3/core-testing-php83:1.15` * `typo3/core-testing-php84:1.7` PHP8.5 is raised in a dedicated to 8.5.0 (release) after mitigating related deprecations first with pre-patches. See [1] for detailed changes in the images (info json files). [1] https://git.typo3.org/typo3/CI/testing-infrastructure/-/commit/c34c68c09366a88cbf2380ed6d3059b39a5bc4f0 Resolves: #108322 Releases: main, 13.4, 12.4 Change-Id: Icb4eb615b929236b665f1e3263d0102ff8145605 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91893 Reviewed-by: Stefan Bürk <[email protected]> Tested-by: core-ci <[email protected]> Tested-by: Stefan Bürk <[email protected]>
1 parent e487d01 commit b6cfbc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Build/Scripts/runTests.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,16 @@ cleanRenderedDocumentationFiles() {
164164
getPhpImageVersion() {
165165
case ${1} in
166166
8.1)
167-
echo -n "2.13"
167+
echo -n "2.14"
168168
;;
169169
8.2)
170-
echo -n "1.13"
170+
echo -n "1.14"
171171
;;
172172
8.3)
173-
echo -n "1.14"
173+
echo -n "1.15"
174174
;;
175175
8.4)
176-
echo -n "1.6"
176+
echo -n "1.7"
177177
;;
178178
8.5)
179179
echo -n "1.0"

0 commit comments

Comments
 (0)