From bccc8a79ebbf9d63a21d2e33ab6f07a31f1c0db8 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Sat, 9 Jul 2022 08:32:09 +0200 Subject: Add testing on CentOS 9 Stream. --- .cirrus.yml | 1 + .github/workflows/build-test.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 84f3dfc..fad46b9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,6 +2,7 @@ test_task: arm_container: matrix: image: registry.fedoraproject.org/fedora:latest + image: quay.io/centos/centos:stream9 image: quay.io/centos/centos:stream8 image: centos:centos7 build_script: tests/build.sh diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index db584bd..f2c097c 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -17,6 +17,7 @@ jobs: os: - 'registry.fedoraproject.org/fedora:rawhide' - 'registry.fedoraproject.org/fedora:latest' + - 'quay.io/centos/centos:stream9' - 'quay.io/centos/centos:stream8' - 'registry.centos.org/centos:7' steps: -- cgit