Skip to content

Commit

Permalink
Limit jdbc-sqlite3 version in CI
Browse files Browse the repository at this point in the history
jdbc-sqlite3 3.42.0.0 seems to have some issues.
  • Loading branch information
jeremyevans committed Jun 12, 2023
1 parent b85d631 commit f0916af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ platforms :jruby do
gem 'racc', '<1.6'
end

gem 'jdbc-sqlite3'
gem 'jdbc-sqlite3', '<3.42'
gem 'jdbc-mysql'
gem 'jdbc-postgres'
end

0 comments on commit f0916af

Please sign in to comment.