From: William Lallemand Date: Mon, 3 Aug 2026 12:40:16 +0000 (+0200) Subject: CI: github: remove OpenSSL 1.0.2 job X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f099a65103a9c790c873085b1a5c80add8122e2;p=thirdparty%2Fhaproxy.git CI: github: remove OpenSSL 1.0.2 job We don't support anymore versions this old, minimum version supported is 1.1.1. --- diff --git a/.github/matrix.py b/.github/matrix.py index c84d87f2a..df12d69b6 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -238,7 +238,6 @@ def main(ref_name): 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",