]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Tests for OpenSSL 3.0.0 release & 1.1.1 branch.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 8 Sep 2021 03:45:10 +0000 (13:45 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 8 Sep 2021 03:45:10 +0000 (13:45 +1000)
.github/workflows/c-cpp.yml

index 57729d7f567ce5a3fc911d4f6cf1d21378140d97..81d214efc4035189433049fdcbb928c44092f02f 100644 (file)
@@ -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 }