Skip to content

Commit

Permalink
Fix #2403
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Jan 4, 2024
1 parent 3d85058 commit 342c912
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ jobs:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', ruby-head, truffleruby-head, jruby-head]
gemfile: [rails_edge, rack_edge, rack_3_0]
gemfile: [rails_edge, rack_edge]
exclude:
- ruby: '2.7'
gemfile: rails_edge
- ruby: '3.0'
gemfile: rails_edge
runs-on: ubuntu-latest
continue-on-error: true
env:
Expand Down

0 comments on commit 342c912

Please sign in to comment.