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.
This commit is contained in:
William Lallemand 2022-12-12 08:52:03 +01:00
parent e1b866a28a
commit 393e4e4dd1
1 changed files with 1 additions and 0 deletions

1
.github/matrix.py vendored
View File

@ -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",