Open oliverklee opened 8 months ago
Not sure what to do here as far as i see we always use latest images.
IMAGE_PHP="ghcr.io/typo3/core-testing-$(echo "php${PHP_VERSION}" | sed -e 's/\.//'):latest"
@oliverklee you want to explicitly set version for containers? Or what's the issue?
@lukaszuznanski I saw that the Core runTests.sh
updated the image versions in https://review.typo3.org/c/Packages/TYPO3.CMS/+/82885, and I created this ticket to find out if we need to change anything in our runTests.sh
(or the GitLab configuration) to also use the latest version of the images.
Goal
I as a user want to use the current container image versions.
Acceptance Criteria
Additional Information
https://review.typo3.org/c/Packages/TYPO3.CMS/+/82885 This might also not be necessary - we should check if we using our different images is enough.