code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 42 forks source link

In CI correctly use matrix gemfile #94

Closed jrochkind closed 2 years ago

jrochkind commented 2 years ago

Used example at https://github.com/ruby/setup-ruby#matrix-of-gemfiles

Following up on #93

jrochkind commented 2 years ago

Previously looking at output in Github Actions showed activerecord 7.0 running in all jobs.

After this change, eg....

https://github.com/code4lib/ruby-oai/runs/6084248713?check_suite_focus=true

Screen Shot 2022-04-19 at 3 46 24 PM

bingo!

barmintor commented 2 years ago

Nice!

jrochkind commented 2 years ago

Oh right you're not a committer. OK I'm merging my own!