Skip to content

Commit a87d648

Browse files
committed
Remove stable image from test_inst_latest
1 parent bfd2f76 commit a87d648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ test_inst_latest:
491491
CACHE_TYPE: "latestDep"
492492
parallel:
493493
matrix:
494-
- testJvm: ["8", "17", "21", "stable"]
494+
- testJvm: ["8", "17", "21"]
495495
# Gitlab doesn't support "parallel" and "parallel:matrix" at the same time
496496
# This emulates "parallel" by including it in the matrix
497497
CI_SPLIT: [ "1/6", "2/6", "3/6", "4/6", "5/6", "6/6"]

0 commit comments

Comments
 (0)