Skip to content

Commit fef83a1

Browse files
committed
.github/workflows: update Ruby and OpenSSL/LibreSSL versions
1 parent 1b82bcb commit fef83a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ ubuntu-latest, macos-latest ]
14-
ruby: [ head, 2.7, 2.6, 2.5, 2.4, 2.3 ]
14+
ruby: [ head, "3.0", "2.7", "2.6", "2.5", "2.4", "2.3" ]
1515
steps:
1616
- name: repo checkout
1717
uses: actions/checkout@v2
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os: [ windows-latest ]
41-
ruby: [ mswin, mingw, 2.7, 2.6, 2.5, 2.4, 2.3 ]
41+
ruby: [ mswin, mingw, "3.0", "2.7", "2.6", "2.5", "2.4", "2.3" ]
4242
steps:
4343
- name: repo checkout
4444
uses: actions/checkout@v2
@@ -69,14 +69,14 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
os: [ ubuntu-latest ]
72-
ruby: [ 2.7 ]
72+
ruby: [ "3.0" ]
7373
openssl:
7474
- openssl-1.0.1u # EOL
7575
- openssl-1.0.2u # EOL
7676
- openssl-1.1.0l # EOL
77-
- openssl-1.1.1g
77+
- openssl-1.1.1j
7878
- libressl-2.5.5 # EOL
79-
- libressl-3.1.3
79+
- libressl-3.1.5
8080
- libressl-3.2.0
8181
steps:
8282
- name: repo checkout

0 commit comments

Comments
 (0)