Skip to content

Commit

Permalink
Exclude Ruby 2.5 + latest reline combination
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored and peterzhu2118 committed Jul 25, 2022
1 parent 75431fc commit 4b38229
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- truffleruby-head
os: [ubuntu-latest]
with_latest_reline: [true, false]
exclude:
- ruby: '2.5'
os: ubuntu-latest
with_latest_reline: true
fail-fast: false
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 4b38229

Please sign in to comment.