From 1590abb489cf973a7a787c8f4ba1e79eae0836d9 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Fri, 3 Apr 2026 22:38:23 -0500 Subject: [PATCH] up CI java version 21 -> 25 will probably break old MC versions, the CI script will probably need some tweaking. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2afa4aeb..be2d1016a 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:21 +image: eclipse-temurin:25 # all stages need to be defined here stages: