From 4b382294aa1ff24265febb7f74033c9878e2e71d Mon Sep 17 00:00:00 2001 From: st0012 Date: Sun, 24 Jul 2022 14:41:07 +0100 Subject: [PATCH] Exclude Ruby 2.5 + latest reline combination --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 438ef5702..f15007d46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: