From 1c043f64775224dc97e1780ff23446e522e0929c Mon Sep 17 00:00:00 2001 From: Ian Young Date: Thu, 13 Apr 2023 14:24:51 +0100 Subject: [PATCH] Use Java 17 for MDA 0.10.0 CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ea7b85..30f89b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,10 +3,10 @@ # # -# Default image for all steps is Amazon Corretto 11, which is based +# Default image for all steps is Amazon Corretto 17, which is based # on Amazon Linux (a variety of yum-based Linux derived from RHEL 7). # -image: "amazoncorretto:11" +image: "amazoncorretto:17" stages: - test