Skip to content

Commit

Permalink
[TASK] Update core-testing-phpXY images version
Browse files Browse the repository at this point in the history
New `core-testing-phpXY` images has been build
and released. [1]

This change update used image version to:

* core-testing-php81:2.9 - php 8.1.27 (patchlevel)
* core-testing-php82:1.8 - php 8.2.14 (patchlevel)
* core-testing-php83:1.9 - php 8.3.1  (patchlevel)

[1] https://git.typo3.org/typo3/CI/testing-infrastructure/-/commit/11f78ce2ac1f38355fdb7d59e1472e62a02ba894

Resolves: #102729
Releases: main, 12.4, 11.5
Change-Id: I991061445e28a358c1aeadebf3213d87394d04ad
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82250
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: core-ci <typo3@b13.com>
  • Loading branch information
sbuerk committed Dec 30, 2023
1 parent e5f04b9 commit 14be0b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build/Scripts/runTests.sh
Expand Up @@ -168,13 +168,13 @@ getPhpImageVersion() {
echo -n "2.5"
;;
8.1)
echo -n "2.8"
echo -n "2.9"
;;
8.2)
echo -n "1.7"
echo -n "1.8"
;;
8.3)
echo -n "1.8"
echo -n "1.9"
;;
esac
}
Expand Down

0 comments on commit 14be0b0

Please sign in to comment.