summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2022-10-11 12:11:55 +0500
committerWilly Tarreau <w@1wt.eu>2022-10-13 08:53:27 +0200
commitb65fd666665616b313a2465bf4f71c6d86ceb6f2 (patch)
treef449079bb8b1a2081ae693471065df8dfe9f60a6 /.github
parent14711bdc9a0586fc54df25532b51b8b629dd78ef (diff)
downloadhaproxy-b65fd666665616b313a2465bf4f71c6d86ceb6f2.tar.gz
CI: SSL: temporarily stick to LibreSSL=3.5.3
recently released 3.6.0 introduced some regression which must be resolved first, let us use 3.5.3 notation instead of "latest"
Diffstat (limited to '.github')
-rwxr-xr-x.github/matrix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/matrix.py b/.github/matrix.py
index 88dbaa8d9..19ae87d79 100755
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -128,7 +128,7 @@ for CC in ["gcc", "clang"]:
"stock",
"OPENSSL_VERSION=1.0.2u",
"OPENSSL_VERSION=latest",
- "LIBRESSL_VERSION=latest",
+ "LIBRESSL_VERSION=3.5.3",
"QUICTLS=yes",
# "BORINGSSL=yes",
]: