summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-02-10 14:26:44 +1100
committerDarren Tucker <dtucker@dtucker.net>2023-02-10 14:26:44 +1100
commitd3b8d4198b6595f23b5859d43dc8fc701f97429b (patch)
treeb150117d4540f5ff66c600a858a71b1e59f16d28 /.github
parent22efb01e355bba4755b730ed417f91c081445bfc (diff)
downloadopenssh-git-d3b8d4198b6595f23b5859d43dc8fc701f97429b.tar.gz
Add CentOS 7 test targets.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/selfhosted.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 50bc9fff..d067e48f 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -21,6 +21,7 @@ jobs:
matrix:
target:
- alpine
+ - centos7
- debian-i386
- dfly30
- dfly48
@@ -51,6 +52,7 @@ jobs:
include:
# Then we include extra libvirt test configs.
- { target: aix51, config: default, host: libvirt }
+ - { target: centos7, config: pam, host: libvirt }
- { target: debian-i386, config: pam, host: libvirt }
- { target: dfly30, config: without-openssl, host: libvirt}
- { target: dfly48, config: pam ,host: libvirt }