We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc64170 commit 4bcbf6aCopy full SHA for 4bcbf6a
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- '3.1'
16
- '3.0'
17
- '2.7'
18
- #- jruby
+ - jruby
19
- truffleruby
20
os:
21
- ubuntu-latest
@@ -37,13 +37,13 @@ jobs:
37
strategy:
38
matrix:
39
ruby:
40
- #- '3.4'
+ - '3.4'
41
- '3.3'
42
- '3.2'
43
44
45
46
47
runs-on: windows-latest
48
steps:
49
- uses: actions/checkout@v4
0 commit comments