CI: SSL: temporarily stick to LibreSSL=3.5.3

recently released 3.6.0 introduced some regression which must be
resolved first, let us use 3.5.3 notation instead of "latest"
This commit is contained in:
Ilya Shipitsin 2022-10-11 12:11:55 +05:00 committed by Willy Tarreau
parent 14711bdc9a
commit b65fd66666
1 changed files with 1 additions and 1 deletions

2
.github/matrix.py vendored
View File

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