Skip to content

Commit d213869

Browse files
committed
Update the ruby version in CI
1 parent 41c9505 commit d213869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Test
1515
strategy:
1616
matrix:
17-
ruby-version: ['2.7', '3.0', '3.1', '3.2']
17+
ruby-version: ['3.0', '3.1', '3.2', '3.3']
1818
os: ['ubuntu-latest', 'macos-latest']
1919
runs-on: ${{ matrix.os }}
2020

0 commit comments

Comments
 (0)