]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Test against OpenSSL 3.6.2, 4.0.0 and 4.0-stable.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 16 Apr 2026 10:55:23 +0000 (20:55 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 16 Apr 2026 10:55:23 +0000 (20:55 +1000)
.github/workflows/c-cpp.yml

index 02cd10bfbb6e97a51f7f42d86be0b7bd1bb8d3f9..c9bafbb5e1f50204bf5ca28a506e98560549fa23 100644 (file)
@@ -99,6 +99,8 @@ jobs:
           - { target: ubuntu-latest, config: openssl-3.5.0 }
           - { target: ubuntu-latest, config: openssl-3.5.3 }  # keep
           - { target: ubuntu-latest, config: openssl-3.5.4 }
+          - { target: ubuntu-latest, config: openssl-3.6.2 }
+          - { target: ubuntu-latest, config: openssl-4.0.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.1 }  # stable branch
@@ -107,6 +109,7 @@ jobs:
           - { target: ubuntu-latest, config: openssl-3.4 }  # stable branch
           - { target: ubuntu-latest, config: openssl-3.5 }  # stable branch
           - { target: ubuntu-latest, config: openssl-3.6 }  # stable branch
+          - { target: ubuntu-latest, config: openssl-4.0 }  # stable branch
           - { target: ubuntu-latest, config: putty-versions }
           - { target: ubuntu-latest, config: zlib-develop }
           - { target: ubuntu-latest, config: tcmalloc }