From cb656fb07124d5b14f374c96a566e82fb09a4b3f Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 27 Dec 2021 04:25:03 -0700 Subject: only test oldest and newest minor version for each Ruby major version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd8b91fe..84ce8dcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - ruby: ['jruby-9.2.19.0', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1'] + ruby: ['jruby-9.2.19.0', '2.3', '2.7', '3.0', '3.1'] asciimath-version: [~] pygments-version: ['~> 2.0'] rouge-version: [~] -- cgit v1.2.3