Skip to content

Commit

Permalink
Test against Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pienkowb committed Feb 23, 2022
1 parent 8575c57 commit 2c5eb4e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.0'
- '2.7'
- '2.6'
- '2.5'
Expand All @@ -29,6 +30,18 @@ jobs:
- activerecord_4.1
- activerecord_4.0
exclude:
- ruby: '3.0'
gemfile: activerecord_5.2
- ruby: '3.0'
gemfile: activerecord_5.1
- ruby: '3.0'
gemfile: activerecord_5.0
- ruby: '3.0'
gemfile: activerecord_4.2
- ruby: '3.0'
gemfile: activerecord_4.1
- ruby: '3.0'
gemfile: activerecord_4.0
- ruby: '2.7'
gemfile: activerecord_4.2
- ruby: '2.7'
Expand Down

0 comments on commit 2c5eb4e

Please sign in to comment.