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.
1 parent 9093abe commit 4cd54e1Copy full SHA for 4cd54e1
.github/workflows/ruby.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- ruby: [ '2.6', '2.7' ]
+ ruby: [ '2.6', '2.7', '3.0' ]
16
env:
17
RUBY_IMAGE: ${{ matrix.ruby }}
18
name: Ruby ${{ matrix.ruby }}
0 commit comments