aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2020-08-04 23:14:44 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-04-04 23:23:13 +0900
commitc055938f4ba6da868f2e61c8935c197bae7c295f (patch)
tree22519a518563d48d1f49a3f41b0d0500e34f4bdd /.github
parent6e457554b2712131f1944e1162f4128d7f8d468d (diff)
downloadruby-openssl-c055938f4ba6da868f2e61c8935c197bae7c295f.tar.gz
require OpenSSL >= 1.0.2 and LibreSSL >= 3.1
Clean up old version guards in preparation for the upcoming OpenSSL 3.0 support. OpenSSL 1.0.1 reached its EOL on 2016-12-31. At that time, we decided to keep 1.0.1 support because many major Linux distributions were still shipped with 1.0.1. Now, nearly 4 years later, most Linux distributions are reaching their EOL and it should be safe to assume nobody uses them anymore. Major ones that were using 1.0.1: - Ubuntu 14.04 is EOL since 2019-04-30 - RHEL 6 will reach EOL on 2020-11-30 LibreSSL 3.0 and older versions are no longer supported by the LibreSSL team as of October 2020. Note that OpenSSL 1.0.2 also reached EOL on 2019-12-31 and 1.1.0 also did on 2018-08-31.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4ada7066..7d9dfb2b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -71,11 +71,9 @@ jobs:
os: [ ubuntu-latest ]
ruby: [ "3.0" ]
openssl:
- - openssl-1.0.1u # EOL
- openssl-1.0.2u # EOL
- openssl-1.1.0l # EOL
- openssl-1.1.1j
- - libressl-2.9.2 # EOL
- libressl-3.1.5
- libressl-3.2.4
steps: