]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add tests for OpenSSL 3.2.0 and 3.2 stable branch.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 26 Nov 2023 22:37:28 +0000 (09:37 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 26 Nov 2023 22:37:28 +0000 (09:37 +1100)
.github/workflows/c-cpp.yml

index bb427552a8864e79e16af32d99029f264b273ce6..8f624d21016c13822e608e41a89556607573e5f0 100644 (file)
@@ -72,8 +72,10 @@ jobs:
           - { target: ubuntu-latest, config: openssl-3.0.12 }
           - { target: ubuntu-latest, config: openssl-3.1.0 }
           - { target: ubuntu-latest, config: openssl-3.1.4 }
+          - { target: ubuntu-latest, config: openssl-3.2.0 }
           - { target: ubuntu-latest, config: openssl-1.1.1_stable }
           - { target: ubuntu-latest, config: openssl-3.0 }  # stable branch
+          - { target: ubuntu-latest, config: openssl-3.2 }  # stable branch
           - { target: ubuntu-latest, config: zlib-develop }
           - { target: ubuntu-22.04, config: pam }
           - { target: ubuntu-22.04, config: krb5 }