CI: JDK23 from edge/testing

This commit is contained in:
Daniel Langbein 2024-12-10 10:38:45 +01:00
parent 1194e6cbbe
commit 4d9acbf6ba
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -4,8 +4,8 @@ java:
image: alpine:latest
stage: test
script:
- apk --no-cache add openjdk23 gradle
- gradle test
- apk --no-cache add openjdk23 gradle --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing/
- gradle test --no-daemon
artifacts:
when: always
reports: