We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c9505 commit d213869Copy full SHA for d213869
1 file changed
.github/workflows/ruby.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Test
15
strategy:
16
matrix:
17
- ruby-version: ['2.7', '3.0', '3.1', '3.2']
+ ruby-version: ['3.0', '3.1', '3.2', '3.3']
18
os: ['ubuntu-latest', 'macos-latest']
19
runs-on: ${{ matrix.os }}
20
0 commit comments