Skip to content

Commit

Permalink
Add jruby 7.0 to CI (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-savochkin authored Oct 6, 2023
1 parent ce396ab commit 50beec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
rails: '6.1'
- ruby: '2.5'
rails: '6.0'
- ruby: 'jruby'
rails: '7.0'
- ruby: 'jruby'
rails: '6.1'
- ruby: 'truffleruby'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ The latest version of this gem is tested with the following setups:
* MRI 2.7 with ActiveRecord 7.1, 7.0, 6.1, 6.0
* MRI 2.6 with ActiveRecord 6.1, 6.0
* MRI 2.5 with ActiveRecord 6.1, 6.0
* JRuby with ActiveRecord 6.1 (with activerecord-jdbc-adapter)
* JRuby with ActiveRecord 7.0, 6.1 (with activerecord-jdbc-adapter)
* TruffleRuby with ActiveRecord 7.1, 7.0, 6.1, 6.0

with the following database systems:
Expand Down

0 comments on commit 50beec6

Please sign in to comment.