mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-05 06:40:33 -05:00
CI: github: switch to OpenSSL 3.0.0
Switch the OpenSSL 3.0.0alpha17 version to the final 3.0.0 release. Part of OpenSSL 3.0.0 portage. (ticket #1276)
This commit is contained in:
parent
9e5e586e35
commit
bc2b96c2de
1 changed files with 1 additions and 1 deletions
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
|
|
@ -110,7 +110,7 @@ for CC in ["gcc", "clang"]:
|
|||
for ssl in [
|
||||
"stock",
|
||||
"OPENSSL_VERSION=1.0.2u",
|
||||
"OPENSSL_VERSION=3.0.0-alpha17",
|
||||
"OPENSSL_VERSION=3.0.0",
|
||||
"LIBRESSL_VERSION=2.9.2",
|
||||
"LIBRESSL_VERSION=3.3.3",
|
||||
# "BORINGSSL=yes",
|
||||
|
|
|
|||
Loading…
Reference in a new issue