Hello,

minor openssl update in CI.

Ilya
From ef50b14a80b0a54e4d71688e19bb91369fdbf5a7 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <[email protected]>
Date: Sun, 27 Mar 2022 10:51:51 +0500
Subject: [PATCH] CI: github actions: update OpenSSL to 3.0.2

---
 .github/matrix.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/matrix.py b/.github/matrix.py
index 4427b255f..2bd650631 100755
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -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",
-- 
2.35.1

Reply via email to