]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Test against OpenSSL 1.1.1o and 3.0.3.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 27 May 2022 08:19:48 +0000 (18:19 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 27 May 2022 08:19:48 +0000 (18:19 +1000)
.github/workflows/c-cpp.yml

index e1dca1d48a408ba24ed996b17780bab62f856b4f..49da0f4a69c5edccc956581cfa06fb08f3cf757f 100644 (file)
@@ -58,8 +58,9 @@ jobs:
           - { os: ubuntu-latest, configs: openssl-1.1.1 }
           - { os: ubuntu-latest, configs: openssl-1.1.1k }
           - { os: ubuntu-latest, configs: openssl-1.1.1n }
+          - { os: ubuntu-latest, configs: openssl-1.1.1o }
           - { os: ubuntu-latest, configs: openssl-3.0.0 }
-          - { os: ubuntu-latest, configs: openssl-3.0.2 }
+          - { os: ubuntu-latest, configs: openssl-3.0.3 }
           - { 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 }