Skip to content

Commit

Permalink
Exclude incompatible ruby versions from edge
Browse files Browse the repository at this point in the history
  • Loading branch information
stephsachrajda committed Jan 12, 2024
1 parent b4d3f39 commit 304b81a
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_7.0.gemfile
ruby: "2.6"
- gemfile: gemfiles/activesupport_edge.gemfile
ruby: ["2.7", "3.0"]
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down

0 comments on commit 304b81a

Please sign in to comment.