From: Ilya Shipitsin Date: Sat, 5 Jun 2021 03:06:59 +0000 (+0000) Subject: CI: github actions: add OpenSSL-3.0.0 builds X-Git-Tag: v2.5-dev1~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f28a38d261de052143145e87c7292357d40692;p=thirdparty%2Fhaproxy.git CI: github actions: add OpenSSL-3.0.0 builds OpenSSL-3.0.0 is getting close to its release, let us add it to build matrix --- diff --git a/.github/matrix.py b/.github/matrix.py index 9e9b395de5..1ff48aa4fd 100644 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -108,6 +108,7 @@ for CC in ["gcc", "clang"]: for ssl in [ "stock", "OPENSSL_VERSION=1.0.2u", + "OPENSSL_VERSION=3.0.0-alpha17", "LIBRESSL_VERSION=2.9.2", "LIBRESSL_VERSION=3.3.3", "BORINGSSL=yes",