From b9527470b9a532844c6881fed1689db0a7174ffb Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Tue, 10 Dec 2024 01:06:15 -0600 Subject: [PATCH] Reenable JRuby See https://github.com/ruby/rdoc/pull/1228 --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 248e3cbcfc..73facf2b16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,6 @@ jobs: with: # 2.7 breaks `test_parse_statements_nodoc_identifier_alias_method` min_version: 3.0 - engine: cruby-truffleruby test: needs: ruby-versions