Skip to content

Commit

Permalink
Exclude Rails 4 on TruffleRuby preventatively since the next release …
Browse files Browse the repository at this point in the history
…will target Ruby 2.7
  • Loading branch information
eregon committed Feb 17, 2021
1 parent 0ac6494 commit 5196dfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
exclude:
- gemfile: 'gemfiles/activerecord_4.2.0.gemfile'
ruby: '2.7' # rails 4.2 can't run on ruby 2.7 due to BigDecimal API change
- gemfile: 'gemfiles/activerecord_4.2.0.gemfile'
ruby: '2.7' # TruffleRuby 21.0 targets Ruby 2.7, same as above
- gemfile: 'gemfiles/activerecord_6.0.0.gemfile'
ruby: '2.4' # rails 6+ requires ruby 2.5+
- gemfile: 'gemfiles/activerecord_6.1.0.gemfile'
Expand Down

0 comments on commit 5196dfb

Please sign in to comment.