diff options
Diffstat (limited to '.github/workflows/ci.yml')
| -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' |
