We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3009b12 commit 9403366Copy full SHA for 9403366
.github/workflows/ruby.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- ruby-version: ['2.6', '2.7', '3.0', '3.1', 'jruby-head']
+ ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', 'jruby-head']
19
20
steps:
21
- uses: actions/checkout@v2
0 commit comments