Skip to content

Commit

Permalink
Add Ruby 3.1 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Dec 29, 2021
1 parent 1b6ac74 commit 9b0bf83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -11,6 +11,7 @@ jobs:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- head
- jruby
- jruby-head
Expand All @@ -26,7 +27,7 @@ jobs:
- run: bundle exec rake
# NOTE: calling "bundle install" because the cache apparently did not update due to the gemspec injection
- run: bundle install && bundle exec standardrb
if: matrix.ruby == '3.0' # not using "head" because rubocop won't work there yet
if: matrix.ruby == '3.1' # not using "head" because rubocop won't work there yet
# What's below helps having a single "status check" for mergeability, without
# having to add each new version to the list of expected status checks in GitHub.
# See https://github.community/t/status-check-for-a-matrix-jobs/127354/7
Expand Down

0 comments on commit 9b0bf83

Please sign in to comment.