We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8af2f69 + b47e1d2 commit a8196ceCopy full SHA for a8196ce
1 file changed
.github/workflows/ruby.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
os: [ubuntu-latest, macos-latest]
17
- ruby: ['2.6', '2.7', '3.0', '3.1']
+ ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
18
runs-on: ${{ matrix.os }}
19
steps:
20
- uses: actions/checkout@v3
0 commit comments