Skip to content

Commit

Permalink
Add Ruby 3.1 to the CI matrix (#365)
Browse files Browse the repository at this point in the history
Merge pull request 365
  • Loading branch information
mishina2228 committed Feb 14, 2022
1 parent 16d8294 commit b773a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']
ruby-version: ['2.6', '2.7', '3.0', '3.1']

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

0 comments on commit b773a06

Please sign in to comment.