Skip to content

Commit 63f751b

Browse files
committed
Update ruby versions in CI
1 parent 59f6ba6 commit 63f751b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
ruby: ["2.7", "3.3"]
15+
ruby: ["3.0", "3.1", "3.2", "3.3"]
1616
os: ["ubuntu-latest", "macos-latest"]
1717
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
1818
steps:

0 commit comments

Comments
 (0)