From d320226fe2baa504b69a131c3d1efd24c5a142fe Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 5 Apr 2021 19:47:58 +0200 Subject: [PATCH] Automatically pick the latest version of 2.6 for testing * 2.6.7 is not yet available on Windows --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e009a6..0c1db19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0, windows-2016, windows-2019 ] - # Use various version syntax here for testing - ruby: [ 2.1, 2.2, 2.3, 2.4, 2.5, 2.6.7, 2.7, '3.0', ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ] + ruby: [ 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ] include: - { os: windows-2016, ruby: mingw } - { os: windows-2019, ruby: mingw }