mirror of
https://gitlab.uni-marburg.de/langbeid/powersort.git
synced 2025-01-21 19:50:35 +01:00
CI: JDK23 from edge/testing
This commit is contained in:
parent
1194e6cbbe
commit
4d9acbf6ba
@ -4,8 +4,8 @@ java:
|
|||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- apk --no-cache add openjdk23 gradle
|
- apk --no-cache add openjdk23 gradle --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
||||||
- gradle test
|
- gradle test --no-daemon
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user