diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-27 14:47:27 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-04-27 14:47:51 -0600 |
| commit | e749cf0485ac77587eecc99478841819d4f7050d (patch) | |
| tree | 9ab23297e0d4b83e20294a5c5b952819939b7709 /.github | |
| parent | b23842d68d1f89fdd69282ec6d825a11556fa9e2 (diff) | |
only test Ruby 3.0 and JRuby 9.2 once in CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 470c90f9..c7c524e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,17 +42,18 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - ruby: [jruby-9.3, jruby-9.2, '2.7', '3.0', '3.1'] + ruby: [jruby-9.3, '2.7', '3.1'] rouge-version: [~] upstream: [~] exclude: # remove 3.1 on ubuntu-latest to mark as primary - os: ubuntu-latest ruby: '3.1' - # remove 3.1 on windows as it's not yet available - - os: windows-latest - ruby: '3.1' include: + - os: ubuntu-latest + ruby: jruby-9.2 + - os: ubuntu-latest + ruby: '3.0' - os: macos-latest ruby: '3.1' # NOTE: enable once Asciidoctor 2.1.0 is released @@ -63,7 +64,7 @@ jobs: ruby: '2.7' rouge-version: '~> 2.0.0' - os: ubuntu-latest - ruby: '3.0' + ruby: '3.1' upstream: upstream - os: ubuntu-latest ruby: '3.1' |
