From 811f2f455dcb7516746793506edb3c330b26a81d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 8 Mar 2023 12:48:03 +0900 Subject: JRuby 9.4+ on Windows is not working with current master --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1