Skip to content

Commit

Permalink
[TASK] Update container image versions
Browse files Browse the repository at this point in the history
New core-testing-* images have been build and published in
the TYPO3 testing-infrastructure repository and pulled to
the core ci gitlab runner instances. [1]

This change modifies `Build/Scripts/runTests.sh` to set
new image version to ensure the usage for all changes
based on this change.

For information what changed in the image see the patches
in the testing-infrastrucure repository linked below.

* core-testing-php82 => 1.11
* core-testing-php83 => 1.12

[1] https://git.typo3.org/typo3/CI/testing-infrastructure/-/commit/072687df3a90e808143b3eded59176ee593e8112

Resolves: #103143
Releases: main, 13.0, 12.4, 11.5
Change-Id: Ia0ec77beb11e3f24614a0f5b531799494c1af988
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82982
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Oliver Klee <typo3-coding@oliverklee.de>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
  • Loading branch information
sbuerk committed Feb 17, 2024
1 parent de0f48a commit e3e37e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build/Scripts/runTests.sh
Expand Up @@ -171,10 +171,10 @@ getPhpImageVersion() {
echo -n "2.11"
;;
8.2)
echo -n "1.10"
echo -n "1.11"
;;
8.3)
echo -n "1.11"
echo -n "1.12"
;;
esac
}
Expand Down

0 comments on commit e3e37e2

Please sign in to comment.