From 567b412612c37fcb7f3695a9605c3fb189979985 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Wed, 24 Apr 2024 10:12:25 +0200 Subject: [PATCH] CI: Upgrade OpenSSL and LibreSSL versions. --- .github/workflows/test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4fd2b0e2f..8f4669fd8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -84,20 +84,23 @@ jobs: - openssl-3.0.13 - openssl-3.1.5 - openssl-3.2.1 + - openssl-3.3.0 # http://www.libressl.org/releases.html - libressl-3.1.5 # EOL - libressl-3.2.7 # EOL - libressl-3.3.6 # EOL - libressl-3.4.3 # EOL - libressl-3.5.3 # EOL - - libressl-3.6.3 - - libressl-3.7.3 - - libressl-3.8.2 + - libressl-3.6.3 # EOL + - libressl-3.7.3 # EOL + - libressl-3.8.4 + - libressl-3.9.1 fips-enabled: [ false ] include: - { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.0.13, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' } - { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.1.5, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' } - { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.2.1, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' } + - { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.3.0, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' } - { os: ubuntu-latest, ruby: "3.0", openssl: openssl-head, git: 'git://git.openssl.org/openssl.git', branch: 'master' } - { os: ubuntu-latest, ruby: "3.0", openssl: openssl-head, git: 'git://git.openssl.org/openssl.git', branch: 'master', fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' } - { os: ubuntu-latest, ruby: "3.0", openssl: openssl-head, git: 'git://git.openssl.org/openssl.git', branch: 'master', append-configure: 'no-legacy', name-extra: 'no-legacy' }