From fab57a71e6843c52383a0d52b97193458454b981 Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Wed, 18 May 2022 14:25:08 +0200 Subject: [PATCH] Do not test bionic since we don't support python 3.6 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de5b784..04babbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ test-install-script: image: $TEST_IMAGE parallel: matrix: - - TEST_IMAGE: ["debian:10", "ubuntu:bionic", "ubuntu:focal", "ubuntu:jammy"] + - TEST_IMAGE: ["debian:10", "ubuntu:focal", "ubuntu:jammy", "debian:11"] interruptible: true before_script: - apt-get update && apt-get install -y curl -- GitLab