From 18f577b4f661feba1c510acda81229e72f2b5690 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 13 May 2025 09:48:30 +0200 Subject: [PATCH] ci fixes --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fd7efe..2ea8bb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -173,11 +173,12 @@ test:apt: parallel: matrix: - IMAGE: - - debian:trixie-slim # EOL: t.b.a. + # - debian:trixie-slim # EOL: t.b.a.; "python3-jose" not available, but "python3-josepy" - debian:bookworm-slim # EOL: June 06, 2026 - debian:bookworm-slim # EOL: June 06, 2026 - ubuntu:24.04 # EOL: April 2036 - - ubuntu:24.10 + # - ubuntu:24.10 # EOL: t.b.a.; "python3-jose" not available, but "python3-josepy" + # - ubuntu:25.04 # EOL: t.b.a.; "python3-jose" not available, but "python3-josepy" needs: - job: build:apt artifacts: true