Commit 1dfee6e6 authored by Hiro's avatar Hiro 🏄
Browse files

Use bookworm in pipeline

parent f80a434e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@ stages:

test:
 stage: test
 image: debian:bullseye
 image: debian:bookworm
 script:
  - apt update
  - apt install -y wget apt-transport-https gnupg
  - wget -qO - https://packages.adoptium.net/artifactory/api/security/keypair/default-gpg-key/public | apt-key add -
  - echo "deb https://packages.adoptium.net/artifactory/deb/ bullseye main" | tee /etc/apt/sources.list.d/adoptopenjdk.list
  - echo "deb https://packages.adoptium.net/artifactory/deb/ bookworm main" | tee /etc/apt/sources.list.d/adoptopenjdk.list
  - apt update
  - apt install -y adoptopenjdk-11-hotspot ant ivy git curl
  - git submodule init
Compare 4eb39118 to f700c3a7
Original line number Diff line number Diff line
Subproject commit 4eb39118ea82fc602f88a9df1d6783a8b847504b
Subproject commit f700c3a793d69648c9fc6db9f1697b9d42ccaa79