CI: github actions: update LibreSSL to 3.5.2

LibreSSL-3.5.2 was released on Apr 23nd 2022, let us switch to it
This commit is contained in:
Ilya Shipitsin 2022-04-28 11:46:53 +05:00 committed by Willy Tarreau
parent c40e19d711
commit c89dec3dc8
1 changed files with 1 additions and 1 deletions

2
.github/matrix.py vendored
View File

@ -112,7 +112,7 @@ for CC in ["gcc", "clang"]:
"OPENSSL_VERSION=1.0.2u",
"OPENSSL_VERSION=3.0.2",
"LIBRESSL_VERSION=2.9.2",
"LIBRESSL_VERSION=3.5.1",
"LIBRESSL_VERSION=3.5.2",
"QUICTLS=yes",
# "BORINGSSL=yes",
]: