]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Test against OpenSSL 3 branch as well as dev.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 5 Sep 2021 09:37:39 +0000 (19:37 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 5 Sep 2021 09:43:13 +0000 (19:43 +1000)
Now that OpenSSL development has moved to 3.1, test against the most
recent version of the openssl-3.0 branch too.

.github/workflows/c-cpp.yml

index 289b18b7f621409bebdc613d203aeede322a6f36..57729d7f567ce5a3fc911d4f6cf1d21378140d97 100644 (file)
@@ -40,6 +40,7 @@ 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-18.04, configs: pam }
           - { os: ubuntu-18.04, configs: kerberos5 }
           - { os: ubuntu-18.04, configs: libedit }