From: William Lallemand Date: Mon, 12 Dec 2022 07:52:03 +0000 (+0100) Subject: CI: github: reintroduce openssl 1.1.1 X-Git-Tag: v2.8-dev1~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=393e4e4dd155a9553aaa7d6e0870d6cbfcaec9c0;p=thirdparty%2Fhaproxy.git CI: github: reintroduce openssl 1.1.1 OpenSSL 1.1.1 is not tested anymore since github updated "ubuntu-latest" to 22.04, let's reintroduce this version. --- diff --git a/.github/matrix.py b/.github/matrix.py index cde2bbea56..98d0a1f2a9 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -128,6 +128,7 @@ for CC in ["gcc", "clang"]: for ssl in [ "stock", "OPENSSL_VERSION=1.0.2u", + "OPENSSL_VERSION=1.1.1s", "OPENSSL_VERSION=latest", "LIBRESSL_VERSION=latest", "QUICTLS=yes",