From 2a6458a71ccd2be6c95a0842c1816325d5bc896a Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez <46354312+santiagorodriguez96@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:55:14 -0300 Subject: [PATCH] ci: test against OpenSSL `v3.6.0` Also updates the patch version of the other minor versions. --- .github/workflows/build.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc0fd33a..959df982 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,12 +26,13 @@ jobs: - '3.2' - '3.1' openssl: - - '3.5.3' - - '3.4.2' - - '3.3.4' - - '3.2.5' + - '3.6.0' + - '3.5.4' + - '3.4.3' + - '3.3.5' + - '3.2.6' - '3.1.8' - - '3.0.17' + - '3.0.18' - '1.1.1w' include: - ruby: truffleruby