Skip to content

Commit 51dfdff

Browse files
committed
Test against Ruby 3.1 and update the setup-ruby action.
1 parent 1890c4b commit 51dfdff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
ruby: [ '2.6', '2.7', '3.0' ]
11+
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
1212

1313
steps:
1414
- uses: actions/checkout@master
1515
- name: Set up Ruby ${{ matrix.ruby }}
16-
uses: ruby/setup-ruby@fdcfbcf14ec9672f6f615cb9589a1bc5dd69d262
16+
uses: ruby/setup-ruby@f0971f0dd45a5cbb3f119f7db77cc58057c53530
1717
with:
1818
ruby-version: ${{ matrix.ruby }}
1919
- name: Build and test

0 commit comments

Comments
 (0)