Skip to content

Commit 9574061

Browse files
committed
Add JRuby windows build
1 parent 4a616f7 commit 9574061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
include:
2020
- ruby: 3.1
2121
operating-system: windows-latest
22-
# - ruby: jruby-9.4.0.0
23-
# operating-system: windows-latest
22+
- ruby: jruby-9.4.0.0
23+
operating-system: windows-latest
2424

2525
name: Ruby ${{ matrix.ruby }} on ${{ matrix.operating-system }}
2626

0 commit comments

Comments
 (0)