From 306c45f6c59014dc25a64a1200fadf49c0288f6a Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Tue, 30 May 2023 16:17:09 +0200
Subject: [PATCH] we need java 17 now

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f577a1..4e69d50 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,13 +5,13 @@ stages:
     - deploy
 
 test:
-    image: openjdk:11
+    image: openjdk:17
     stage: test
     script:
         - ./gradlew --continue --console=plain --info runPluginVerifier
 
 jar:
-    image: openjdk:11
+    image: openjdk:17
     stage: jar
     script:
         - ./gradlew --continue --console=plain --info buildPlugin
-- 
GitLab