CI: github actions: update LibreSSL to 3.2.5

LibreSSL-3.2.5 is released, let us update to it
This commit is contained in:
Ilya Shipitsin 2021-03-19 22:29:16 +05:00 committed by Willy Tarreau
parent ba13f16aa2
commit d21f4e1e71

2
.github/matrix.py vendored
View File

@ -105,7 +105,7 @@ for CC in ["gcc", "clang"]:
"stock", "stock",
"OPENSSL_VERSION=1.0.2u", "OPENSSL_VERSION=1.0.2u",
"LIBRESSL_VERSION=2.9.2", "LIBRESSL_VERSION=2.9.2",
"LIBRESSL_VERSION=3.2.4", "LIBRESSL_VERSION=3.2.5",
"BORINGSSL=yes", "BORINGSSL=yes",
]: ]:
flags = ["USE_OPENSSL=1"] flags = ["USE_OPENSSL=1"]