From 137f682f74a2a45f13ac30891f19b6a729ad0a47 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Fri, 31 Oct 2025 07:42:20 +0100 Subject: [PATCH] removed "ubuntu:24.04", added "ubuntu:25.10" --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1fd3f67..f5031ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -175,9 +175,9 @@ test:apt: - debian:trixie-slim # EOL: t.b.a.; "python3-jose" not available, but "python3-josepy" or "python3-jwt" - debian:bookworm-slim # EOL: June 06, 2026 - debian:bullseye-slim # EOL: June 06, 2026 - - ubuntu:24.04 # EOL: April 2036 - - ubuntu:24.10 # EOL: t.b.a.; "python3-jose" not available, but "python3-josepy" or "python3-jwt" - - ubuntu:25.04 # EOL: t.b.a.; "python3-jose" not available, but "python3-josepy" or "python3-jwt" + - ubuntu:24.04 # EOL: April 2036 (Noble Numbat) + - ubuntu:25.04 # EOL: January 2026 (Plucky Puffin); "python3-jose" not available, but "python3-josepy" or "python3-jwt" + - ubuntu:25.10 # EOL: July 2026 (Questing Quokka); needs: - job: build:apt artifacts: true