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 076de90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
# Active Support requires Ruby >= 2.7 as of 7.0
- gemfile: "gemfiles/activesupport_7.0.gemfile"
ruby: "2.6"
# Active Support requires Ruby >= 3.1 as of 7.2
- gemfile: "gemfiles/activesupport_edge.gemfile"
ruby: "2.6"
ruby: ["2.6", "2.7", "3.0"]
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down

0 comments on commit 076de90

Please sign in to comment.