.gitlab-ci.yml: append JDK to job names

This commit is contained in:
Andreas Schildbach 2023-03-25 21:01:00 +01:00
parent b585f9f08e
commit 26e5500ae8

View File

@ -1,13 +1,13 @@
before_script:
- apt-get update
build:bullseye:
bullseye-jdk11:
image: debian:bullseye-slim
script:
- apt-get -y install openjdk-11-jdk gradle
- gradle build --stacktrace
build:bookworm:
bookworm-jdk17:
image: debian:bookworm-slim
script:
- apt-get -y install openjdk-17-jdk gradle