Skip to content

Commit

Permalink
Add jruby to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Sep 3, 2023
1 parent 3c8ecde commit 5faf1ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- ruby: '3.0'
env:
AR_VERSION: 6.1
- ruby: jruby
env:
AR_VERSION: '6.1'
- ruby: 2.7
env:
AR_VERSION: '7.0'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/6.1.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true

gem 'activerecord', '~> 6.1.0'
gem 'composite_primary_keys', '~> 13.0'
#gem 'composite_primary_keys', '~> 13.0'

0 comments on commit 5faf1ef

Please sign in to comment.