CI: github actions: switch to stable LibreSSL release

LibreSSL-3.3.0 appeared to have its own bugs, it is development release,
let us switch to stable LibreSSL-3.2.4 instead
This commit is contained in:
Ilya Shipitsin 2021-02-19 12:09:31 +05:00 committed by Willy Tarreau
parent 98ad35f826
commit 938e85b228
1 changed files with 1 additions and 1 deletions

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.3.0", "LIBRESSL_VERSION=3.2.4",
"BORINGSSL=yes", "BORINGSSL=yes",
]: ]:
flags = ["USE_OPENSSL=1"] flags = ["USE_OPENSSL=1"]