From 4cf919355c16cb87184508846ab356cfcab35293 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Sun, 3 Oct 2021 00:10:32 +0300 Subject: Add Debian Bullseye to CI matrix Fixes #142. --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c2f77f..2ba57cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,12 @@ variables: # 1. https://gitlab.com/gitlab-org/gitlab-runner/-/issues/327 CARGO_HOME: $CI_PROJECT_DIR/.cargo -default: - image: registry.gitlab.com/obnam/container-images:main - check: + parallel: + matrix: + - IMAGE: buster-main + - IMAGE: bullseye-main + image: registry.gitlab.com/obnam/container-images:$IMAGE script: # If any of the checks fail, print out the Subplot log and propagate the # error. -- cgit v1.2.1