mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 00:32:33 -04:00
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:
parent
c40e19d711
commit
c89dec3dc8
1 changed files with 1 additions and 1 deletions
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
|
|
@ -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",
|
||||
]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue