summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-09-08 05:45:10 +0200
committerDarren Tucker <dtucker@dtucker.net>2021-09-08 05:45:10 +0200
commita3e92a6794817df6012ac8546aea19652cc91b61 (patch)
tree4c2bdd83335aa99c478d744153b604b3e7a2661f /.github
parentupstream: correct my mistake in previous fix; spotted by halex (diff)
downloadopenssh-a3e92a6794817df6012ac8546aea19652cc91b61.tar.xz
openssh-a3e92a6794817df6012ac8546aea19652cc91b61.zip
Tests for OpenSSL 3.0.0 release & 1.1.1 branch.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/c-cpp.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 57729d7f5..81d214efc 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -40,7 +40,9 @@ jobs:
- { os: ubuntu-latest, configs: openssl-1.1.0h }
- { os: ubuntu-latest, configs: openssl-1.1.1 }
- { os: ubuntu-latest, configs: openssl-1.1.1k }
- - { os: ubuntu-latest, configs: openssl-3.0 }
+ - { os: ubuntu-latest, configs: openssl-3.0.0 }
+ - { os: ubuntu-latest, configs: openssl_1_1_1-stable } # stable branch
+ - { os: ubuntu-latest, configs: openssl-3.0 } # stable branch
- { os: ubuntu-18.04, configs: pam }
- { os: ubuntu-18.04, configs: kerberos5 }
- { os: ubuntu-18.04, configs: libedit }