We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4113ff + bfae1b9 commit 81877c3Copy full SHA for 81877c3
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
os: ['ubuntu-latest', 'macOS-latest']
13
# See https://github.com/actions/runner/issues/849 for quoting '3.0'
14
- ruby: [2.6, 2.7, '3.0', 3.1]
+ ruby: [2.7, '3.0', 3.1, 3.2, 3.3]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v4
0 commit comments