diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-04-15 04:39:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-15 04:39:55 -0600 |
| commit | 6ce59d10651434a625cfbbd819611b8c8d932b50 (patch) | |
| tree | 14f3149efab06c010e1a79d414997ebf38ff0e0e /.github | |
| parent | d7bf59fec1d0ec65fd24bf0ea02d4f31234b5046 (diff) | |
resolves #3550 run tests on JRuby for Windows in CI (PR #3841)
* run tests on JRuby 9.1 and 9.2 for Windows in CI
* don't run Pygments tests on JRuby 9.1 for Windows
* exclude tests that use run_command on JRuby 9.1 for Windows
* ensure mtime of input file honors TZ environment variable on JRuby for Windows
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ba4e513..6d733da2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0'] + ruby: ['jruby-9.2.17.0', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0'] asciimath-version: [~] pygments-version: ['~> 2.0'] rouge-version: [~] @@ -33,8 +33,9 @@ jobs: - os: ubuntu-latest ruby: jruby-9.1.17.0 pygments-version: ~ - - os: ubuntu-latest - ruby: jruby-9.2.17.0 + - os: windows-latest + ruby: jruby-9.1.17.0 + pygments-version: ~ - os: macos-latest ruby: '3.0' - os: ubuntu-latest |
