]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: add an OpenSSL 3.5.0 job
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 7 Jul 2025 07:27:17 +0000 (09:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 7 Jul 2025 07:27:17 +0000 (09:27 +0200)
Add an OpenSSL 3.5.0 job to test USE_QUIC.

This must be backported to 3.2.

.github/matrix.py

index 996b79248d416ab9270ee094f697fc4346284ca0..ff588d788fb3cf19c63451771f4080acc50da4eb 100755 (executable)
@@ -218,6 +218,7 @@ def main(ref_name):
             "stock",
             "OPENSSL_VERSION=1.0.2u",
             "OPENSSL_VERSION=1.1.1s",
+            "OPENSSL_VERSION=3.5.0",
             "QUICTLS=yes",
             "WOLFSSL_VERSION=5.7.0",
             "AWS_LC_VERSION=1.39.0",