From 58366f2203f8614321f901f2188e5c0b90ef77cd Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 1 Feb 2020 18:31:35 +0100 Subject: [PATCH] Reduce the test matrix as it's getting too large * It was 40 checks and a lot of queuing on macOS. * Version parsing is stable and can be tested more directly. * 2.6.5 was tested twice: .ruby-version and explicitly. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61cbc7c..d5f8d9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ] # Use various version syntaxes here for testing - ruby: [ .ruby-version, 2.3, ruby-2.4, 2.5, ruby-2.6.5, 2.7.0, ruby-head, jruby, truffleruby, truffleruby-head, rubinius ] + ruby: [ .ruby-version, 2.3, 2.7.0, ruby-head, jruby, truffleruby, truffleruby-head, rubinius ] exclude: - os: windows-latest ruby: truffleruby