summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-02-28 00:15:03 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-02-28 00:15:03 -0700
commit5945997882c7b3d97e1ec8b6ecb8b2f9e5b6de3b (patch)
tree6d8072a40955465cc9d92e705fb78f50d3c76425 /.github/workflows
parenteb763cff31293f2d192c5de4483d4cc06025d176 (diff)
disable JRuby target in GitHub Actions until action is fixed
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 31d86f52..47cbe699 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,7 +11,8 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
- ruby: [jruby, '2.7', '2.6', '2.5', '2.4', '2.3']
+ ruby: ['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: