summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-08 12:48:03 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-08 13:10:30 +0900
commit811f2f455dcb7516746793506edb3c330b26a81d (patch)
tree1dbaf22042f7252c4d5d58ae38a6d190d6fd2564
parentbe079fc575d4a32edef988285bcb3fc527130043 (diff)
downloadjson-811f2f455dcb7516746793506edb3c330b26a81d.tar.gz
JRuby 9.4+ on Windows is not working with current master
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 195c1cc..db4e360 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,6 +31,8 @@ jobs:
exclude:
- { os: windows-latest, ruby: truffleruby }
- { os: windows-latest, ruby: truffleruby-head }
+ - { os: windows-latest, ruby: jruby }
+ - { os: windows-latest, ruby: jruby-head }
steps:
- uses: actions/checkout@v2