From 7f099a65103a9c790c873085b1a5c80add8122e2 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Mon, 3 Aug 2026 14:40:16 +0200 Subject: [PATCH] CI: github: remove OpenSSL 1.0.2 job We don't support anymore versions this old, minimum version supported is 1.1.1. --- .github/matrix.py | 1 - 1 file changed, 1 deletion(-) 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", -- 2.47.3