Skip to content

Commit

Permalink
Merge pull request #97 from Shopify/ssach/active-support-ruby-31
Browse files Browse the repository at this point in the history
Exclude ruby 2.7 and 3.0 from CI
  • Loading branch information
casperisfine authored Jan 15, 2024
2 parents b4d3f39 + 9a6973d commit 6eec23f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
- gemfiles/activesupport_edge.gemfile
ruby: ["2.7", "3.0", "3.1", "3.2"]
exclude:
# Active Support requires Ruby >= 2.7 as of 7.0
- gemfile: "gemfiles/activesupport_7.0.gemfile"
ruby: "2.6"
- gemfile: "gemfiles/activesupport_edge.gemfile"
ruby: "2.6"
- gemfile: gemfiles/activesupport_edge.gemfile
ruby: "2.7"
- gemfile: gemfiles/activesupport_edge.gemfile
ruby: "3.0"
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down

0 comments on commit 6eec23f

Please sign in to comment.