From: William Lallemand Date: Tue, 12 Oct 2021 15:02:58 +0000 (+0200) Subject: CI: github: switch to OpenSSL 3.0.0 X-Git-Tag: v2.5-dev10~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc2b96c2de9edf9754178dd011bbead0657a0b5f;p=thirdparty%2Fhaproxy.git CI: github: switch to OpenSSL 3.0.0 Switch the OpenSSL 3.0.0alpha17 version to the final 3.0.0 release. Part of OpenSSL 3.0.0 portage. (ticket #1276) --- diff --git a/.github/matrix.py b/.github/matrix.py index e3334a0b38..5686760017 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -110,7 +110,7 @@ for CC in ["gcc", "clang"]: for ssl in [ "stock", "OPENSSL_VERSION=1.0.2u", - "OPENSSL_VERSION=3.0.0-alpha17", + "OPENSSL_VERSION=3.0.0", "LIBRESSL_VERSION=2.9.2", "LIBRESSL_VERSION=3.3.3", # "BORINGSSL=yes",