We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29a894 commit 9f731f1Copy full SHA for 9f731f1
.gitlab-ci.yml
@@ -12,7 +12,7 @@ before_script:
12
13
gradle:
14
stage: build
15
- image: openjdk:17
+ image: openjdk:21
16
only:
17
variables:
18
# run for protected branches only
@@ -31,7 +31,7 @@ gradle:
31
32
run-tests:
33
stage: test
34
35
36
37
@@ -122,7 +122,7 @@ run-tests-PyDjangoModelGenerator:
122
123
publish-distro:
124
stage: publish
125
126
127
128
0 commit comments