Skip to content

Commit 38c0eb5

Browse files
committed
build: update the CI build to use current versions to TruffleRuby and JRuby
1 parent d3f3a9d commit 38c0eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
# Only the latest versions of JRuby and TruffleRuby are tested
21-
ruby: ["3.0", "3.1", "3.2", "3.3", "truffleruby-24.0.0", "jruby-9.4.5.0"]
21+
ruby: ["3.0", "3.1", "3.2", "3.3", "truffleruby-24.1.2", "jruby-9.4.12.0"]
2222
operating-system: [ubuntu-latest]
2323
experimental: [No]
2424
include:

0 commit comments

Comments
 (0)