]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: reintroduce openssl 1.1.1
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 12 Dec 2022 07:52:03 +0000 (08:52 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 12 Dec 2022 07:52:03 +0000 (08:52 +0100)
OpenSSL 1.1.1 is not tested anymore since github updated "ubuntu-latest"
to 22.04, let's reintroduce this version.

.github/matrix.py

index cde2bbea56551acf19f2df7a53aef0503543060f..98d0a1f2a9ec8c7c0121f2a61f69824a2e997648 100755 (executable)
@@ -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",