Skip to content

Commit 2fdafc3

Browse files
committed
add ruby 3.2 to the target, and remove older rubies
1 parent b441ff7 commit 2fdafc3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/spec.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313
spec:
1414
strategy:
1515
matrix:
16-
os: ['ubuntu-20.04']
17-
ruby-version: ['2.6', '2.7', '3.0', '3.1']
18-
# ubuntu 22.04 only supports ssl 3 and thus only ruby 3.1
16+
os: ['ubuntu-20.04', 'ubuntu-22.04']
17+
ruby-version: ['3.1', '3.2']
1918
include:
20-
- os: 'ubuntu-22.04'
21-
ruby-version: '3.1'
19+
- os: 'ubuntu-20.04'
20+
ruby-version: '3.0'
2221
runs-on: ${{ matrix.os }}
2322

2423
steps:

0 commit comments

Comments
 (0)