CI: github actions: switch to LibreSSL-3.5.1

This commit is contained in:
Ilya Shipitsin 2022-03-16 12:10:47 +05:00 committed by William Lallemand
parent 58a81aeb91
commit 2ec39ea653
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.1",
"LIBRESSL_VERSION=2.9.2",
"LIBRESSL_VERSION=3.3.3",
"LIBRESSL_VERSION=3.5.1",
"QUICTLS=yes",
# "BORINGSSL=yes",
]: