Skip to content

Commit 81877c3

Browse files
authored
Merge pull request #77 from mackerelio/update_ruby_versions
Drop 2.6 and add 3.2 and 3.3
2 parents b4113ff + bfae1b9 commit 81877c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: ['ubuntu-latest', 'macOS-latest']
1313
# See https://github.com/actions/runner/issues/849 for quoting '3.0'
14-
ruby: [2.6, 2.7, '3.0', 3.1]
14+
ruby: [2.7, '3.0', 3.1, 3.2, 3.3]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)