summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2022-11-02 11:57:03 +0500
committerWilly Tarreau <w@1wt.eu>2022-11-07 07:49:07 +0100
commit70b2c72687ae6e33d2f81147837d4d7c38ef3b9f (patch)
treec5de4433b7511fc6aa12addd5b5b67cef3c06c7f /.github
parentaa529f776d24ecc84239a97456ed4835b6589350 (diff)
downloadhaproxy-70b2c72687ae6e33d2f81147837d4d7c38ef3b9f.tar.gz
CI: switch to the "latest" LibreSSL
LibreSSL-3.6.0 had some regression, it was fixed in 3.6.1, let us switch back to the latest LibreSSL available
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 76e0893a7..ea4c79fc4 100755
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -129,7 +129,7 @@ for CC in ["gcc", "clang"]:
"stock",
"OPENSSL_VERSION=1.0.2u",
"OPENSSL_VERSION=latest",
- "LIBRESSL_VERSION=3.5.3",
+ "LIBRESSL_VERSION=latest",
"QUICTLS=yes",
# "BORINGSSL=yes",
]: