Skip to content

Commit

Permalink
Merge pull request #343 from ActsAsParanoid/rails-7-2-github-actions
Browse files Browse the repository at this point in the history
Add Rails 7.2 to the GitHub Actions matrix
  • Loading branch information
mvz authored Aug 11, 2024
2 parents 37ed6b8 + 6d9f0fe commit 1e42caf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@ jobs:
strategy:
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3", "jruby-9.4"]
gemfile: [active_record_61, active_record_70, active_record_71]
gemfile: [active_record_61, active_record_70, active_record_71, active_record_72]
exclude:
# The activerecord-jdbcsqlite3-adapter gem does not work with Rails 7.1 yet
- ruby: "jruby-9.4"
gemfile: active_record_71
# The activerecord-jdbcsqlite3-adapter gem does not work with Rails 7.2 yet
- ruby: "jruby-9.4"
gemfile: active_record_72
# Rails 7.2 requires Ruby 3.1
- ruby: "3.0"
gemfile: active_record_72

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 1e42caf

Please sign in to comment.