From 8fe4ad454ca17790040b69404b840e27c4168527 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 19 May 2024 20:31:51 -0500 Subject: [PATCH] update CI JDK 17 -> 21 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06b24bc12..d84d24eea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # use Eclipse's JDK # The ci should always use a unix(-like) OS to work -image: eclipse-temurin:17 +image: eclipse-temurin:21 # all stages need to be defined here # TODO: Make stages depend on what is in versionProperties