Skip to content

Commit

Permalink
Run CI against Rails 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Nov 9, 2024
1 parent 92ef4fa commit b717097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
version: '7.1'
- name: 'active_record'
version: '7.2'
- name: 'active_record'
version: '8.0'
- name: 'sequel'
version: '5'
experimental: [false]
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :development, :test do
when 'active_record'
orm_version ||= '7.0'
case orm_version
when '6.1', '7.0', '7.1', '7.2'
when '6.1', '7.0', '7.1', '7.2', '8.0'
gem 'activerecord', "~> #{orm_version}.0"
when 'edge'
git 'https://github.com/rails/rails.git', branch: 'main' do
Expand Down

0 comments on commit b717097

Please sign in to comment.