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: []