Skip to content

Commit

Permalink
Merge pull request #209 from petergoldstein/feature/add_ruby_3_1_to_ci
Browse files Browse the repository at this point in the history
Add Ruby 3.1 to the CI matrix
  • Loading branch information
suprnova32 authored Apr 14, 2022
2 parents f2a7a84 + 8954310 commit 3009b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', 'jruby-head']
ruby-version: ['2.6', '2.7', '3.0', '3.1', 'jruby-head']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3009b12

Please sign in to comment.