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 fb31884
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
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-9.3.10.0
env:
AR_VERSION: '6.1'
- ruby: 2.7
env:
AR_VERSION: '7.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ end
platforms :jruby do
gem "jdbc-mysql"
gem "jdbc-postgres"
gem "activerecord-jdbcsqlite3-adapter", "~> 1.3"
gem "activerecord-jdbcmysql-adapter", "~> 1.3"
gem "activerecord-jdbcpostgresql-adapter", "~> 1.3"
gem "activerecord-jdbcsqlite3-adapter"
gem "activerecord-jdbcmysql-adapter"
gem "activerecord-jdbcpostgresql-adapter"
end

# Support libs
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 fb31884

Please sign in to comment.