aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml21
1 files changed, 9 insertions, 12 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e8c22369..075bac8e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -51,12 +51,6 @@ jobs:
run: echo "RUBY_OPENSSL_EXTCFLAGS=-Werror" >> $GITHUB_ENV
if: ${{ !matrix.skip-warnings }}
- # Enable provider search path for OpenSSL 3.0 in MSYS2.
- # Remove when Ruby 3.2 build is updated
- - name: enable windows provider search path
- run: echo "OPENSSL_MODULES=$($env:RI_DEVKIT)\$($env:MSYSTEM_PREFIX)\lib\ossl-modules" >> $env:GITHUB_ENV
- if: runner.os == 'Windows' && matrix.ruby == '3.2'
-
- name: compile
run: rake compile
@@ -77,18 +71,21 @@ jobs:
# https://www.openssl.org/source/
- openssl-1.0.2u # EOL
- openssl-1.1.0l # EOL
- - openssl-1.1.1v
- - openssl-3.0.10
- - openssl-3.1.2
+ - openssl-1.1.1w # EOL
+ - 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.0 # Development release
+ - 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.10, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }