CI: github actions: update OpenSSL to 3.0.2

This commit is contained in:
Ilya Shipitsin 2022-03-27 10:51:51 +05:00 committed by Willy Tarreau
parent 332258a778
commit 6e7440b918
1 changed files with 1 additions and 1 deletions

2
.github/matrix.py vendored
View File

@ -110,7 +110,7 @@ for CC in ["gcc", "clang"]:
for ssl in [
"stock",
"OPENSSL_VERSION=1.0.2u",
"OPENSSL_VERSION=3.0.1",
"OPENSSL_VERSION=3.0.2",
"LIBRESSL_VERSION=2.9.2",
"LIBRESSL_VERSION=3.5.1",
"QUICTLS=yes",