From 6da96b3e30572e8af55ec4f9bd2ec6ac2cdb1d05 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 4 Jul 2026 14:35:32 +0200 Subject: ci: Upgrade Windows OpenSSL from v3.6.2 to 3.6.3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2188d201..7ab4ea91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -249,7 +249,7 @@ jobs: # The following env variables # only applies to Visual Studio LUAROCKS_DEPS_DIR: c:\external - LUAROCKS_DEPS_OPENSSL_VER: "3.6.2" + LUAROCKS_DEPS_OPENSSL_VER: "3.6.3" LUAROCKS_DEPS_ZLIB_VER: "1.3.1" # The following env variable # applies to both Visual Studio and MinGW-w64 -- cgit v1.2.3-55-g6feb