diff options
author | Jan Pazdziora <jpazdziora@redhat.com> | 2022-07-08 10:28:51 +0200 |
---|---|---|
committer | Jan Pazdziora <jpazdziora@redhat.com> | 2022-07-08 10:30:48 +0200 |
commit | f03a464bd163de9f3c464a3b03ab3c4b7543e9a0 (patch) | |
tree | 1aab2b28927290c27f58637dbd4771eb150a0292 | |
parent | 9fba3336a40a73720a98f963aee6cbdc6d00379e (diff) | |
download | mod_intercept_form_submit-f03a464bd163de9f3c464a3b03ab3c4b7543e9a0.tar.gz mod_intercept_form_submit-f03a464bd163de9f3c464a3b03ab3c4b7543e9a0.tar.xz mod_intercept_form_submit-f03a464bd163de9f3c464a3b03ab3c4b7543e9a0.zip |
Add testing on CentOS 9 Stream.
-rw-r--r-- | .cirrus.yml | 1 | ||||
-rw-r--r-- | .github/workflows/build-test.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
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 119c614..ed04285 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: |