Skip to content

Commit 53eded2

Browse files
support ruby 3.1
1 parent e1c9b7f commit 53eded2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
matrix:
2828
os-artifact: [ [ubuntu-latest, linux], [windows-latest, windows], [macos-latest, macos] ]
2929
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
30-
ruby-version: [ '2.6', '2.7', '3.0' ]
30+
ruby-version: [ '2.6', '2.7', '3.0', '3.1' ]
3131

3232
steps:
3333
- uses: actions/checkout@v2
3434
- name: Set up Ruby
35-
uses: ruby/setup-ruby@v1.76.0
35+
uses: ruby/setup-ruby@v1
3636
with:
3737
ruby-version: ${{ matrix.ruby-version }}
3838
bundler-cache: true
@@ -87,4 +87,4 @@ jobs:
8787
uses: EnricoMi/[email protected]
8888
with:
8989
files: 'ruby_artifacts/**/*.xml'
90-
check_name: Ruby Test Report
90+
check_name: Ruby Test Report

0 commit comments

Comments
 (0)