diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-06-28 05:06:37 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-06-28 05:06:37 +0200 |
commit | f93fdc4de158386efe1116bd44c5b3f4a7a82c25 (patch) | |
tree | eebf6f240ef97d366b1dd3d03717b242f8c4cb5f /.github | |
parent | upstream: fix decoding of X.509 subject name; from Leif Thuresson (diff) | |
download | openssh-f93fdc4de158386efe1116bd44c5b3f4a7a82c25.tar.xz openssh-f93fdc4de158386efe1116bd44c5b3f4a7a82c25.zip |
Add rocky84 test target.
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 4794e28bc..60d290af7 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -37,6 +37,7 @@ jobs: - obsd69 - obsdsnap - openindiana + - rocky84 - sol10 - sol11 - win10 @@ -55,6 +56,7 @@ jobs: - { os: nbsd8, configs: pam } - { os: nbsd9, configs: pam } - { os: openindiana, configs: pam } + - { os: rocky84, configs: pam } - { os: sol10, configs: pam } - { os: sol11, configs: pam-krb5 } - { os: sol11, configs: sol64 } |