diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-12-27 04:25:03 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-12-27 04:25:03 -0700 |
| commit | cb656fb07124d5b14f374c96a566e82fb09a4b3f (patch) | |
| tree | 34aa0df9762091425d17649728f76e170164f46f /.github/workflows | |
| parent | aabea89e8d5bbb9a1aee6c5bb06678d0ffcac3b6 (diff) | |
only test oldest and newest minor version for each Ruby major version
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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: [~] |
