Skip to content

Commit

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

ci: update to cover Ruby 3.1
  • Loading branch information
flavorjones committed Jan 17, 2022
2 parents ec9af73 + 8302ec5 commit c8b9d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Expand Up @@ -16,7 +16,7 @@ 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

Expand All @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.5", "2.6", "2.7", "3.0", "jruby", "truffleruby-head"]
ruby-version: ["2.5", "2.6", "2.7", "3.0", "3.1", "head", "jruby", "truffleruby-head"]

runs-on: ubuntu-latest
steps:
Expand All @@ -48,6 +48,6 @@ 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 test

0 comments on commit c8b9d79

Please sign in to comment.