From 3fca99125a8192515a5196fc42ea787a9f1b97a3 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Wed, 11 Mar 2026 15:12:04 +0100 Subject: [PATCH] CI: github: upgrade to wolfssl 5.7.6 Upgrade the CI to the latest WolfSSL version in the 5.7 branch, it's an old one, but this need to be upgraded step by step. --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index 33e9cb039..1ba95fad8 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -223,7 +223,7 @@ def main(ref_name): "OPENSSL_VERSION=1.1.1s", "OPENSSL_VERSION=3.5.1", "QUICTLS_VERSION=OpenSSL_1_1_1w-quic1", - "WOLFSSL_VERSION=5.7.0", + "WOLFSSL_VERSION=5.7.6", "AWS_LC_VERSION=1.39.0", # "BORINGSSL=yes", ]