CI: switch to the "latest" LibreSSL

LibreSSL-3.6.0 had some regression, it was fixed in 3.6.1, let us
switch back to the latest LibreSSL available
This commit is contained in:
Ilya Shipitsin 2022-11-02 11:57:03 +05:00 committed by Willy Tarreau
parent aa529f776d
commit 70b2c72687
1 changed files with 1 additions and 1 deletions

2
.github/matrix.py vendored
View File

@ -129,7 +129,7 @@ for CC in ["gcc", "clang"]:
"stock",
"OPENSSL_VERSION=1.0.2u",
"OPENSSL_VERSION=latest",
"LIBRESSL_VERSION=3.5.3",
"LIBRESSL_VERSION=latest",
"QUICTLS=yes",
# "BORINGSSL=yes",
]: