Skip to content

Commit 9f731f1

Browse files
committed
bump JDK
1 parent d29a894 commit 9f731f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_script:
1212

1313
gradle:
1414
stage: build
15-
image: openjdk:17
15+
image: openjdk:21
1616
only:
1717
variables:
1818
# run for protected branches only
@@ -31,7 +31,7 @@ gradle:
3131

3232
run-tests:
3333
stage: test
34-
image: openjdk:17
34+
image: openjdk:21
3535
only:
3636
variables:
3737
# run for protected branches only
@@ -122,7 +122,7 @@ run-tests-PyDjangoModelGenerator:
122122

123123
publish-distro:
124124
stage: publish
125-
image: openjdk:17
125+
image: openjdk:21
126126
only:
127127
variables:
128128
# run for protected branches only

0 commit comments

Comments
 (0)