We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6ecd0 commit 9324a2bCopy full SHA for 9324a2b
1 file changed
.gitlab-ci.yml
@@ -121,7 +121,6 @@ test:
121
- ./gradlew $GITLAB_REPO_ARGS $VERSION_ARGS clean :tests:objectbox-java-test:test
122
123
# Test oldest supported and a recent JDK.
124
-# Note: can not run these in parallel using a matrix configuration as Gradle would step over itself.
125
test-jdk-8:
126
extends: .test_jdks
127
needs: ["test"]
@@ -131,7 +130,7 @@ test-jdk-8:
131
130
# JDK 21 is the default of the current build image, so test the latest LTS JDK 25
132
test-jdk-25:
133
134
- needs: ["test-jdk-8"]
+ needs: ["test"]
135
variables:
136
TEST_JDK: 25
137
@@ -149,7 +148,6 @@ test-windows:
149
148
150
test-windows-jdk-x86:
151
extends: .test_base
152
- needs: ["test-windows"]
153
tags:
154
- windows-jdk-x86
155
0 commit comments