Skip to content

Commit a9305c7

Browse files
authored
replace specific jruby and truffleruby version by the latest one
1 parent ad8ef3a commit a9305c7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
- "2.7"
2525
- "2.6"
2626
- "2.5"
27-
- "jruby-9.4.3.0"
28-
- "jruby-9.2.14.0"
29-
- "truffleruby-23.0.0"
30-
- "truffleruby-22.1.0"
27+
- "jruby"
28+
- "truffleruby"
3129

3230
steps:
3331
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)