commit | 393e4e4dd155a9553aaa7d6e0870d6cbfcaec9c0 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Mon Dec 12 08:52:03 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Dec 12 08:52:03 2022 +0100 |
tree | 06a786f65cb8bd801605243355efba15cac070b6 | |
parent | e1b866a28a53035106cb6d1b49b5951e26215d76 [diff] |
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.
diff --git a/.github/matrix.py b/.github/matrix.py index cde2bbe..98d0a1f 100755 --- a/.github/matrix.py +++ b/.github/matrix.py
@@ -128,6 +128,7 @@ for ssl in [ "stock", "OPENSSL_VERSION=1.0.2u", + "OPENSSL_VERSION=1.1.1s", "OPENSSL_VERSION=latest", "LIBRESSL_VERSION=latest", "QUICTLS=yes",