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 1890c4b commit 51dfdffCopy full SHA for 51dfdff
.github/workflows/ruby.yml
@@ -8,12 +8,12 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- ruby: [ '2.6', '2.7', '3.0' ]
+ ruby: [ '2.6', '2.7', '3.0', '3.1' ]
12
13
steps:
14
- uses: actions/checkout@master
15
- name: Set up Ruby ${{ matrix.ruby }}
16
- uses: ruby/setup-ruby@fdcfbcf14ec9672f6f615cb9589a1bc5dd69d262
+ uses: ruby/setup-ruby@f0971f0dd45a5cbb3f119f7db77cc58057c53530
17
with:
18
ruby-version: ${{ matrix.ruby }}
19
- name: Build and test
0 commit comments