mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
.gitlab-ci.yml: downgrade build to Debian bullseye-backports
Debian bookworm doesn't seem to carry Java 11 any more.
This commit is contained in:
parent
e9d10f62b7
commit
d926f8b722
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ before_script:
|
|||
build:
|
||||
parallel:
|
||||
matrix:
|
||||
- DOCKER_IMAGE: [ ubuntu:jammy, debian:bookworm-slim ]
|
||||
- DOCKER_IMAGE: [ ubuntu:jammy, debian:bullseye-backports ]
|
||||
JDK_PACKAGE: [ openjdk-11-jdk-headless ]
|
||||
script:
|
||||
- gradle build --stacktrace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue