From a95a731d7db736631843d0b06acd8ba7dac46b13 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 9 Dec 2022 23:00:46 +0100 Subject: [PATCH] Extend CI matrix. --- .azure-pipelines/azure-pipelines.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 79ca1264..8e788758 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -173,7 +173,9 @@ stages: test: debian-bullseye/3.9 - name: ArchLinux test: archlinux/3.10 - - name: CentOS Stream 8 + - name: CentOS Stream 8 w/ Python 3.6 + test: centos-stream8/3.6 + - name: CentOS Stream 8 w/ Python 3.9 test: centos-stream8/3.9 ### Remote @@ -195,6 +197,14 @@ stages: test: freebsd/12.3 - name: FreeBSD 13.1 test: freebsd/13.1 + - name: Alpine 3.16 + test: alpine/3.16 + - name: Fedora 36 + test: fedora/36 + - name: Ubuntu 20.04 + test: ubuntu/20.04 + - name: Ubuntu 22.04 + test: ubuntu/22.04 - stage: Remote_2_14 displayName: Remote 2.14 dependsOn: []