From 1a19e4e7af4bdb1cad4fc50c2401a2a76cd8ee2a Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Fri, 8 Dec 2023 11:10:42 +0100 Subject: [PATCH] CI: github: switch to wolfssl git-c4b77ad for new PR The "dynamic-certs-n-ciphers" PR was just merged, lets build the wolfssl git instead of the 5.6.4 version, so we could test the feature. --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index b5a971c5a6..d5ad6931a5 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -194,7 +194,7 @@ def main(ref_name): "OPENSSL_VERSION=1.0.2u", "OPENSSL_VERSION=1.1.1s", "QUICTLS=yes", - "WOLFSSL_VERSION=5.6.4", + "WOLFSSL_VERSION=git-c4b77ad", "AWS_LC_VERSION=1.16.0", # "BORINGSSL=yes", ] -- 2.47.2