| commit | 8d875cc4682c3299d24a154f691c1fc38344f5f9 | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Oct 31 15:36:33 2025 +0100 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Oct 31 15:36:33 2025 +0100 |
| tree | a845df8e4592670112e410dfe25741783523fe90 | |
| parent | fc864c0b2f8a98ac610ef34326c89fc0903830fa [diff] [blame] |
Bump target JDK to 21 Change-Id: Ibbe0d6450c9d54018d8b883332d7e351f286e603
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a77a75..a4dbda2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@ -image: eclipse-temurin:19 +image: eclipse-temurin:21 stages: - build