]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: remove OpenSSL 1.0.2 job master
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 3 Aug 2026 12:40:16 +0000 (14:40 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 3 Aug 2026 12:42:31 +0000 (14:42 +0200)
We don't support anymore versions this old, minimum version supported is
1.1.1.

.github/matrix.py

index c84d87f2a375b4499aed62f57b4b5d870d8afc6b..df12d69b661bf9f5e6e42cf2b3db73a53acce3f0 100755 (executable)
@@ -238,7 +238,6 @@ def main(ref_name):
 
         ssl_versions = [
             "stock",
 
         ssl_versions = [
             "stock",
-            "OPENSSL_VERSION=1.0.2u",
             "OPENSSL_VERSION=1.1.1s",
             "OPENSSL_VERSION=3.5.1",
             "QUICTLS_VERSION=OpenSSL_1_1_1w-quic1",
             "OPENSSL_VERSION=1.1.1s",
             "OPENSSL_VERSION=3.5.1",
             "QUICTLS_VERSION=OpenSSL_1_1_1w-quic1",