Skip to content

Commit 4bcbf6a

Browse files
committed
CI: Add jruby and Ruby 3.4 on Windows
1 parent dc64170 commit 4bcbf6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- '3.1'
1616
- '3.0'
1717
- '2.7'
18-
#- jruby
18+
- jruby
1919
- truffleruby
2020
os:
2121
- ubuntu-latest
@@ -37,13 +37,13 @@ jobs:
3737
strategy:
3838
matrix:
3939
ruby:
40-
#- '3.4'
40+
- '3.4'
4141
- '3.3'
4242
- '3.2'
4343
- '3.1'
4444
- '3.0'
4545
- '2.7'
46-
#- jruby
46+
- jruby
4747
runs-on: windows-latest
4848
steps:
4949
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)