File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
56image : 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
148149test-jdk-x86 :
149150 extends : .test-template
You can’t perform that action at this time.
0 commit comments