jruby / activerecord-jdbc-adapter

JRuby's ActiveRecord adapter using JDBC.
BSD 2-Clause "Simplified" License
462 stars 385 forks source link

Expand GHA matrix #1110

Closed headius closed 2 years ago

headius commented 2 years ago

Expanding to other configurations from the old travis file.

headius commented 2 years ago

With this PR we have sqlite, mysql, and pgsql running ARJDBC tests and Rails tests green.

We are still missing test runs for combinations of jruby-head, JDK 8/11/17, jndi and jdbc, different versions of PG and mysql, and Rails master, but we have a good baseline.

enebo commented 2 years ago

@dr-itz Don't know if you noticed but we have CI running again. Do you still have any interest in hacking on arjdbc?

dr-itz commented 2 years ago

@enebo cool. Yes in general, it's just that I have been pretty busy otherwise, but I might find some time again soon-ish

enebo commented 2 years ago

@dr-itz yeah no pressure :) Just thought I would mention we sorted out the testing situation.