Skip to content

Commit 63d342a

Browse files
committed
ci: use more recent (and supported) Ruby versions
1 parent 76251a1 commit 63d342a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ruby: [head, 2.6, 2.5, 2.4]
15+
ruby: [head, 3.0, 2.7, 2.6]
1616
os: [ ubuntu-18.04, macos-latest ]
1717

1818
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)