summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-12-27 04:25:03 -0700
committerDan Allen <dan.j.allen@gmail.com>2021-12-27 04:25:03 -0700
commitcb656fb07124d5b14f374c96a566e82fb09a4b3f (patch)
tree34aa0df9762091425d17649728f76e170164f46f /.github/workflows
parentaabea89e8d5bbb9a1aee6c5bb06678d0ffcac3b6 (diff)
only test oldest and newest minor version for each Ruby major version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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: [~]