From: Ilya Shipitsin Date: Wed, 5 May 2021 04:01:03 +0000 (+0500) Subject: CI: Github Actions: switch to LibreSSL-3.3.3 X-Git-Tag: v2.4-dev19~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04b57a7d1bbc345769658c65f19b20742bfa7a08;p=thirdparty%2Fhaproxy.git CI: Github Actions: switch to LibreSSL-3.3.3 stable LibreSSL-3.3.3 released, let us switch to it --- diff --git a/.github/matrix.py b/.github/matrix.py index 22c33f0dfa..577ad5b72e 100644 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -105,7 +105,7 @@ for CC in ["gcc", "clang"]: "stock", "OPENSSL_VERSION=1.0.2u", "LIBRESSL_VERSION=2.9.2", - "LIBRESSL_VERSION=3.2.5", + "LIBRESSL_VERSION=3.3.3", "BORINGSSL=yes", ]: flags = ["USE_OPENSSL=1"]