mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
CI: github: reintroduce openssl 1.1.1
OpenSSL 1.1.1 is not tested anymore since github updated "ubuntu-latest" to 22.04, let's reintroduce this version.
This commit is contained in:
parent
e1b866a28a
commit
393e4e4dd1
1 changed files with 1 additions and 0 deletions
1
.github/matrix.py
vendored
1
.github/matrix.py
vendored
|
|
@ -128,6 +128,7 @@ for CC in ["gcc", "clang"]:
|
|||
for ssl in [
|
||||
"stock",
|
||||
"OPENSSL_VERSION=1.0.2u",
|
||||
"OPENSSL_VERSION=1.1.1s",
|
||||
"OPENSSL_VERSION=latest",
|
||||
"LIBRESSL_VERSION=latest",
|
||||
"QUICTLS=yes",
|
||||
|
|
|
|||
Loading…
Reference in a new issue