Skip to content

Commit 8fee0b9

Browse files
CI: add test-jdk-25, drop test-jdk-21 (build image defaults to 21)
1 parent de3681f commit 8fee0b9

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.gitlab-ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# https://docs.gitlab.com/ci/yaml/
22

3-
# Default image for linux builds
4-
# This should match the image used to build the JVM database libraries (so Address Sanitizer library matches)
3+
# Default Docker image (currently only supporting Docker Linux containers)
4+
# This should match the image used to build the JVM database libraries (so Address Sanitizer library matches).
5+
# When updating, check if the test-jdk jobs need changing.
56
image: objectboxio/buildenv-core:2025-07-03 # With JDK 21
67

78
# Assumes these environment variables are configured in GitLab CI/CD Settings:
@@ -138,12 +139,12 @@ test-jdk-8:
138139
variables:
139140
TEST_JDK: 8
140141

141-
# JDK 17 is the default of the current build image, so test the latest LTS JDK 21
142-
test-jdk-21:
142+
# JDK 21 is the default of the current build image, so test the latest LTS JDK 25
143+
test-jdk-25:
143144
extends: .test-asan-template
144145
needs: ["test-jdk-8"]
145146
variables:
146-
TEST_JDK: 21
147+
TEST_JDK: 25
147148

148149
test-jdk-x86:
149150
extends: .test-template

0 commit comments

Comments
 (0)