aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2022-03-25 13:14:29 -0700
committerJeremy Evans <code@jeremyevans.net>2022-04-01 15:35:57 -0700
commit9f901dc05ce5ac5710c9f359a69d4fe1b0fd7b54 (patch)
tree49145dc53cacadd359f9b71be389dd378bd2f608 /.github
parente25fb0d0d86da5a9398ebdc9216b2ea89f80fa3d (diff)
downloadruby-openssl-9f901dc05ce5ac5710c9f359a69d4fe1b0fd7b54.tar.gz
Test on LibreSSL 3.4 and 3.5
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0f33570e..de8360b0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -77,8 +77,10 @@ jobs:
- openssl-1.1.1l
- openssl-3.0.1
- libressl-3.1.5 # EOL
- - libressl-3.2.6
- - libressl-3.3.4
+ - libressl-3.2.7
+ - libressl-3.3.5
+ - libressl-3.4.2
+ - libressl-3.5.0
steps:
- name: repo checkout
uses: actions/checkout@v2