Skip to content

Commit bfae1b9

Browse files
committed
Drop 2.6 and add 3.2 and 3.3
1 parent b4113ff commit bfae1b9

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)