TalentBox / sequel-rails

A gem for using Sequel with Rails 5.x, 6.x, 7.x, 8.x
http://talentbox.github.io/sequel-rails/
MIT License
326 stars 81 forks source link

Update CI to run against rails 7.1 & ruby 3.2 #199

Closed PikachuEXE closed 1 year ago

PikachuEXE commented 1 year ago

Also add spec for db:rollback

I plan to change db:migrate:down/up to make them really run one migration only, not started yet Since I found issues even running rspec so I make these changes first

JonathanTron commented 1 year ago

Hi @PikachuEXE , thanks for the great work on this.

PikachuEXE commented 1 year ago

I just found out that I opened PR with wrong branch (which doesn't changes .github/workflows/ci.yml branches)

JonathanTron commented 1 year ago

Don't worry, I updated it after merging.