From 7b776066bc00a12ec3a7f9b04cf8a69a8d260c2c Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 1 Jun 2026 17:39:40 +1000 Subject: [PATCH] Update LibreSSL test 4.3.1->4.3.2. --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 62509262f..64300b45b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -84,7 +84,7 @@ jobs: - { target: ubuntu-latest, config: libressl-4.0.1 } - { target: ubuntu-latest, config: libressl-4.1.1 } - { target: ubuntu-latest, config: libressl-4.2.0 } - - { target: ubuntu-latest, config: libressl-4.3.1 } + - { target: ubuntu-latest, config: libressl-4.3.2 } - { target: ubuntu-latest, config: openssl-master } - { target: ubuntu-latest, config: openssl-noec } - { target: ubuntu-latest, config: openssl-1.1.1 }