Skip to content

Commit

Permalink
Add Ruby 3.1 to CI (#986)
Browse files Browse the repository at this point in the history
This PR adds Ruby 3.1 to CI.

It also cleans up an unnecessary exclusion for Ruby 3.0 / Rails 5.2 (Rails 5.2 was already removed from the CI matrix).

Co-authored-by: Philip Arndt <git@p.arndt.io>
  • Loading branch information
petergoldstein and parndt committed Jan 18, 2022
1 parent 2b53d56 commit afd97bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
matrix:
database: [ mysql, postgresql ]
gemfile: [ '7.0', '6.1', '6.0' ]
ruby: [ '2.6', '2.7', '3.0' ]
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
exclude:
- ruby: '3.0'
gemfile: '5.2'
- ruby: '2.6'
gemfile: '7.0'
fail-fast: false
Expand Down

0 comments on commit afd97bb

Please sign in to comment.