From 44b98609fd88d116488b5c73de355111dbd9e82b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 20 Dec 2022 22:57:21 +0100 Subject: [PATCH] CI: add CentOS Stream 8 with Python 3.6 to matrix (#531) * Add more VMs. * Disable corresponding docker containers. * Remove VMs. --- .azure-pipelines/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 11cb8803..23f7b482 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -187,6 +187,8 @@ stages: test: debian-bullseye/3.9 - name: ArchLinux test: archlinux/3.10 + - name: CentOS Stream 8 with Python 3.6 + test: centos-stream8/3.6 - name: CentOS Stream 8 with Python 3.9 test: centos-stream8/3.9 groups: