Skip to content

Commit

Permalink
Merge pull request #223 from flavorjones/flavorjones-update-ci-with-r…
Browse files Browse the repository at this point in the history
…uby31

ci: update to cover Ruby 3.1
  • Loading branch information
flavorjones authored Jan 17, 2022
2 parents f7acb13 + 1ad4941 commit eee3e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.1"
bundler-cache: true
- run: bundle exec rake rubocop

test:
needs: ["rubocop"]
strategy:
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0", "head", truffleruby-head]
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "head", "truffleruby-head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit eee3e65

Please sign in to comment.