aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2021-02-25 17:16:29 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-02-25 17:19:45 +0900
commitfef83a1015fc8d1714acf1276178dbd80d1ad55e (patch)
treeeddbf29fd8f7a6cde9a8efc16ab78fd27157e021 /.github
parent1b82bcb3400c8d161669cbf340fda4b8672a8482 (diff)
downloadruby-openssl-fef83a1015fc8d1714acf1276178dbd80d1ad55e.tar.gz
.github/workflows: update Ruby and OpenSSL/LibreSSL versions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 20fbd00d..48f59c5f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
- ruby: [ head, 2.7, 2.6, 2.5, 2.4, 2.3 ]
+ ruby: [ head, "3.0", "2.7", "2.6", "2.5", "2.4", "2.3" ]
steps:
- name: repo checkout
uses: actions/checkout@v2
@@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [ windows-latest ]
- ruby: [ mswin, mingw, 2.7, 2.6, 2.5, 2.4, 2.3 ]
+ ruby: [ mswin, mingw, "3.0", "2.7", "2.6", "2.5", "2.4", "2.3" ]
steps:
- name: repo checkout
uses: actions/checkout@v2
@@ -69,14 +69,14 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
- ruby: [ 2.7 ]
+ ruby: [ "3.0" ]
openssl:
- openssl-1.0.1u # EOL
- openssl-1.0.2u # EOL
- openssl-1.1.0l # EOL
- - openssl-1.1.1g
+ - openssl-1.1.1j
- libressl-2.5.5 # EOL
- - libressl-3.1.3
+ - libressl-3.1.5
- libressl-3.2.0
steps:
- name: repo checkout