summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2022-04-28 11:46:53 +0500
committerWilly Tarreau <w@1wt.eu>2022-04-30 14:12:51 +0200
commitc89dec3dc87520b8b2644db03d53e66d69b37aa0 (patch)
tree9146d9311bcde31c160d9981b1406f58c5a1af6e /.github
parentc40e19d7114c5d9cb69dc9d58732bd1ad41ae289 (diff)
downloadhaproxy-c89dec3dc87520b8b2644db03d53e66d69b37aa0.tar.gz
CI: github actions: update LibreSSL to 3.5.2
LibreSSL-3.5.2 was released on Apr 23nd 2022, let us switch to it
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 d070ae280..a4d1265f0 100755
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -112,7 +112,7 @@ for CC in ["gcc", "clang"]:
"OPENSSL_VERSION=1.0.2u",
"OPENSSL_VERSION=3.0.2",
"LIBRESSL_VERSION=2.9.2",
- "LIBRESSL_VERSION=3.5.1",
+ "LIBRESSL_VERSION=3.5.2",
"QUICTLS=yes",
# "BORINGSSL=yes",
]: