Skip to content

Commit 9f1b170

Browse files
Update Ruby Matrix
1 parent 9052c21 commit 9f1b170

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ jobs:
88
matrix:
99
ruby:
1010
- 'head'
11+
- '3.2'
1112
- '3.1'
1213
- '3.0'
13-
- '2.7'
1414
continue-on-error: ${{ matrix.ruby == 'head' }}
1515
name: Ruby ${{ matrix.ruby }}
16-
1716
steps:
1817
- uses: actions/checkout@v2
1918
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)