aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2020-05-13 14:48:27 +0900
committerKazuki Yamaguchi <k@rhe.jp>2020-05-13 14:55:26 +0900
commit0a2e8c67f25225022f9a2d07f5db2fe7d82c4007 (patch)
treec059273e4688b35e9491e3dbb0d5f6be7b1181b2
parentea925619a99cc706556214a807260b0e5d30cd45 (diff)
downloadruby-openssl-0a2e8c67f25225022f9a2d07f5db2fe7d82c4007.tar.gz
.github/workflows: update OpenSSL and LibreSSL versions to test with
-rw-r--r--.github/workflows/test.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0c605315..985a626b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -73,15 +73,16 @@ jobs:
- openssl-1.0.1u # EOL
- openssl-1.0.2u # EOL
- openssl-1.1.0l # EOL
- - openssl-1.1.1d
+ - openssl-1.1.1g
# - libressl-2.3.7 # EOL
# - libressl-2.4.5 # EOL
# - libressl-2.5.5 # EOL
# - libressl-2.6.5 # EOL
- - libressl-2.7.5 # EOL
- - libressl-2.8.3 # EOL
- - libressl-2.9.2
+ # - libressl-2.7.5 # EOL
+ # - libressl-2.8.3 # EOL
+ - libressl-2.9.2 # EOL
- libressl-3.0.2
+ - libressl-3.1.1
steps:
- name: repo checkout
uses: actions/checkout@v2