Skip to content

Commit

Permalink
Test against Ruby 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pienkowb committed May 4, 2024
1 parent 3193391 commit d880a40
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- '2.6'
Expand All @@ -32,6 +35,42 @@ jobs:
- activerecord_4.1
- activerecord_4.0
exclude:
- ruby: '3.3'
gemfile: activerecord_5.2
- ruby: '3.3'
gemfile: activerecord_5.1
- ruby: '3.3'
gemfile: activerecord_5.0
- ruby: '3.3'
gemfile: activerecord_4.2
- ruby: '3.3'
gemfile: activerecord_4.1
- ruby: '3.3'
gemfile: activerecord_4.0
- ruby: '3.2'
gemfile: activerecord_5.2
- ruby: '3.2'
gemfile: activerecord_5.1
- ruby: '3.2'
gemfile: activerecord_5.0
- ruby: '3.2'
gemfile: activerecord_4.2
- ruby: '3.2'
gemfile: activerecord_4.1
- ruby: '3.2'
gemfile: activerecord_4.0
- ruby: '3.1'
gemfile: activerecord_5.2
- ruby: '3.1'
gemfile: activerecord_5.1
- ruby: '3.1'
gemfile: activerecord_5.0
- ruby: '3.1'
gemfile: activerecord_4.2
- ruby: '3.1'
gemfile: activerecord_4.1
- ruby: '3.1'
gemfile: activerecord_4.0
- ruby: '3.0'
gemfile: activerecord_5.2
- ruby: '3.0'
Expand Down

0 comments on commit d880a40

Please sign in to comment.