summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2022-01-23 10:01:30 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2022-01-23 10:01:30 +0100
commitc9f53756aaf2c51f9dfa0bdc0b099871a4d8dfb7 (patch)
tree3d82045baa2ecc30dd1f315a18bc9c2079c420d1
parent3575243b49923894bea86f74f5c4ae31793b8479 (diff)
downloadmod_authnz_pam-c9f53756aaf2c51f9dfa0bdc0b099871a4d8dfb7.tar.gz
mod_authnz_pam-c9f53756aaf2c51f9dfa0bdc0b099871a4d8dfb7.tar.xz
mod_authnz_pam-c9f53756aaf2c51f9dfa0bdc0b099871a4d8dfb7.zip
Test Fedora rawhide on GitHub Actions, to get repeated scheduled testing.
-rw-r--r--.cirrus.yml1
-rw-r--r--.github/workflows/build-test.yaml6
2 files changed, 5 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 89758a9..103d759 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,7 +1,6 @@
test_task:
container:
matrix:
- image: registry.fedoraproject.org/fedora:rawhide
image: registry.fedoraproject.org/fedora:latest
image: quay.io/centos/centos:stream8
image: centos:centos7
diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml
index ab6f1e1..db584bd 100644
--- a/.github/workflows/build-test.yaml
+++ b/.github/workflows/build-test.yaml
@@ -14,7 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ 'registry.fedoraproject.org/fedora:latest', 'quay.io/centos/centos:stream8', 'registry.centos.org/centos:7' ]
+ os:
+ - 'registry.fedoraproject.org/fedora:rawhide'
+ - 'registry.fedoraproject.org/fedora:latest'
+ - 'quay.io/centos/centos:stream8'
+ - 'registry.centos.org/centos:7'
steps:
- uses: actions/checkout@v2
- name: Set the right OS in the Dockerfile