From: Ilya Shipitsin Date: Sun, 27 Mar 2022 05:51:51 +0000 (+0500) Subject: CI: github actions: update OpenSSL to 3.0.2 X-Git-Tag: v2.6-dev5~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e7440b9189a4c96cf05912531bd812d99fbf7d8;p=thirdparty%2Fhaproxy.git CI: github actions: update OpenSSL to 3.0.2 --- diff --git a/.github/matrix.py b/.github/matrix.py index 4427b255fc..2bd6506312 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",