From 78fd200603b6ec24d179813186a101a4b5b0934d Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 24 Feb 2020 22:14:06 +0100 Subject: [PATCH] Reorder jobs to test in order of increasing version numbers --- .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 ce3c45a..bbcc2cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: matrix: os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ] # Use various version syntaxes here for testing - ruby: [ .ruby-version, .tool-versions, 2.2, 2.3, ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ] + ruby: [ 2.2, 2.3, .ruby-version, .tool-versions, ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ] exclude: - os: windows-latest ruby: truffleruby