diff options
author | Darren Tucker <dtucker@dtucker.net> | 2023-02-10 04:26:44 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-02-10 04:26:44 +0100 |
commit | d3b8d4198b6595f23b5859d43dc8fc701f97429b (patch) | |
tree | b150117d4540f5ff66c600a858a71b1e59f16d28 /.github | |
parent | upstream: Test adding terminating newline to known_hosts. (diff) | |
download | openssh-d3b8d4198b6595f23b5859d43dc8fc701f97429b.tar.xz openssh-d3b8d4198b6595f23b5859d43dc8fc701f97429b.zip |
Add CentOS 7 test targets.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/selfhosted.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 50bc9fffb..d067e48f8 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 } |