From e4689642f1b72efd221a60fd364efb5ce86eeff5 Mon Sep 17 00:00:00 2001 From: luau-project Date: Fri, 6 Mar 2026 19:43:39 -0300 Subject: ci: bump OpenSSL to 3.6.1 --- .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 563b09be..17119342 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -349,7 +349,7 @@ jobs: # The following env variables # only applies to Visual Studio LUAROCKS_DEPS_DIR: c:\external - LUAROCKS_DEPS_OPENSSL_VER: "3.6.0" + LUAROCKS_DEPS_OPENSSL_VER: "3.6.1" 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