mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
CI: github actions: add OpenSSL-3.0.0 builds
OpenSSL-3.0.0 is getting close to its release, let us add it to build matrix
This commit is contained in:
parent
a9334df5a9
commit
c3f28a38d2
1 changed files with 1 additions and 0 deletions
1
.github/matrix.py
vendored
1
.github/matrix.py
vendored
|
|
@ -108,6 +108,7 @@ for CC in ["gcc", "clang"]:
|
|||
for ssl in [
|
||||
"stock",
|
||||
"OPENSSL_VERSION=1.0.2u",
|
||||
"OPENSSL_VERSION=3.0.0-alpha17",
|
||||
"LIBRESSL_VERSION=2.9.2",
|
||||
"LIBRESSL_VERSION=3.3.3",
|
||||
"BORINGSSL=yes",
|
||||
|
|
|
|||
Loading…
Reference in a new issue