]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add tests for OpenSSL 3.4 and 3.5 versions.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 20 Sep 2025 05:05:19 +0000 (15:05 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 20 Sep 2025 06:25:21 +0000 (16:25 +1000)
.github/workflows/c-cpp.yml

index eea1ac98a4e6ca1b1a3b45d46d2330473f2fbdc4..c3684f9a5f4dc0e2e2db774239753f55e0dbbcb8 100644 (file)
@@ -92,11 +92,16 @@ jobs:
           - { target: ubuntu-latest, config: openssl-3.2.3 }
           - { target: ubuntu-latest, config: openssl-3.3.2 }
           - { target: ubuntu-latest, config: openssl-3.4.0 }
+          - { target: ubuntu-latest, config: openssl-3.4.2 }
+          - { target: ubuntu-latest, config: openssl-3.5.0 }
+          - { target: ubuntu-latest, config: openssl-3.5.3 }
           - { target: ubuntu-latest, config: openssl-1.1.1_stable }
           - { target: ubuntu-latest, config: openssl-3.0 }  # stable branch
           - { target: ubuntu-latest, config: openssl-3.1 }  # stable branch
           - { target: ubuntu-latest, config: openssl-3.2 }  # stable branch
           - { target: ubuntu-latest, config: openssl-3.3 }  # stable branch
+          - { target: ubuntu-latest, config: openssl-3.4 }  # stable branch
+          - { target: ubuntu-latest, config: openssl-3.5 }  # stable branch
           - { target: ubuntu-latest, config: putty-0.71 }
           - { target: ubuntu-latest, config: putty-0.72 }
           - { target: ubuntu-latest, config: putty-0.73 }