summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-02-29 00:31:29 +0300
committerGitHub <noreply@github.com>2020-02-28 14:31:29 -0700
commit7e497ca67599881cecdd80ff5e745cf183caf030 (patch)
treed3b28e2f238894a95f3ab8c081e2137603defd87 /.github/workflows
parent390b3da7ce5845b0f672dc269d03808eb6a5c6fa (diff)
Restore JRuby target in CI matrix (PR #1580)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 47cbe699..31d86f52 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,8 +11,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
- ruby: ['2.7', '2.6', '2.5', '2.4', '2.3']
- #ruby: [jruby, '2.7', '2.6', '2.5', '2.4', '2.3']
+ ruby: [jruby, '2.7', '2.6', '2.5', '2.4', '2.3']
env:
PYGMENTS_VERSION: '~> 1.2.0'
steps: