From cd5ed011a55808799108b15b9d818693b66bd132 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 13 Jan 2022 09:18:48 +0100 Subject: [PATCH] Update CI matrix for Remote Devel (#377) * Update CI matrix for Remote Devel. * Add Python info entries. --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- tests/integration/targets/setup_python_info/vars/main.yml | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 54b5bc16d..69084f1be 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -203,14 +203,14 @@ stages: parameters: testFormat: devel/{0}/1 targets: - - name: macOS 11.1 - test: macos/11.1 + - name: macOS 12.0 + test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - name: RHEL 8.5 test: rhel/8.5 - - name: FreeBSD 12.2 - test: freebsd/12.2 + - name: FreeBSD 12.3 + test: freebsd/12.3 - name: FreeBSD 13.0 test: freebsd/13.0 - stage: Remote_2_12 diff --git a/tests/integration/targets/setup_python_info/vars/main.yml b/tests/integration/targets/setup_python_info/vars/main.yml index 12243588e..58ad6df75 100644 --- a/tests/integration/targets/setup_python_info/vars/main.yml +++ b/tests/integration/targets/setup_python_info/vars/main.yml @@ -32,11 +32,15 @@ system_python_version_data: - '3.8' '11.1': - '3.9' + '12.0': + - '3.10' FreeBSD: '12.1': - '3.6' '12.2': - '3.7' + '12.3': + - '3.8' '13.0': - '3.7' RedHat: