Skip to content

Commit

Permalink
CI: allow ruby-head to fail
Browse files Browse the repository at this point in the history
Due to #1988
  • Loading branch information
dentarg committed Jan 10, 2024
1 parent 393bb7c commit 667056c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -30,11 +30,12 @@ jobs:
- "3.3"
- "jruby"
- "truffleruby"
- "ruby-head"
include:
# Rack
- { ruby: 3.2, rack: head, rack_session: stable }
- { ruby: 3.2, rack: stable, rack_session: head }
- { ruby: 3.2, rack: head, rack_session: stable }
- { ruby: 3.2, rack: stable, rack_session: head }
# https://github.com/sinatra/sinatra/issues/1988
- { ruby: ruby-head, rack: stable, rack_session: stable, allow-failure: true }
env:
rack: ${{ matrix.rack }}
steps:
Expand Down

0 comments on commit 667056c

Please sign in to comment.