Skip to content

Commit 6c321d5

Browse files
committed
Remove 25 from other default test JVMs
1 parent 0e1da3e commit 6c321d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ test_inst_latest:
604604
CACHE_TYPE: "latestDep"
605605
parallel:
606606
matrix:
607-
- testJvm: ["8", "17", "21", "25", "stable"]
607+
- testJvm: ["8", "17", "21", "stable"]
608608
# Gitlab doesn't support "parallel" and "parallel:matrix" at the same time
609609
# This emulates "parallel" by including it in the matrix
610610
CI_SPLIT: [ "1/6", "2/6", "3/6", "4/6", "5/6", "6/6"]
@@ -656,7 +656,7 @@ test_debugger:
656656
variables:
657657
GRADLE_TARGET: ":debuggerTest"
658658
CACHE_TYPE: "base"
659-
DEFAULT_TEST_JVMS: /^(8|11|17|21|25|stable|semeru8)$/
659+
DEFAULT_TEST_JVMS: /^(8|11|17|21|stable|semeru8)$/
660660
parallel:
661661
matrix: *test_matrix
662662

0 commit comments

Comments
 (0)