From f28553aadf3f1cb4168747bcbbf08a5df8bca1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Sun, 26 Sep 2021 10:47:37 +0200 Subject: [PATCH] Revert "Test on JRuby 9.3" There are test failures on CI that are likely related to the new version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a25334a..576413c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - "2.6" - "2.7" - "3.0" - - "jruby-9.3" + - "jruby-9.2" steps: - uses: actions/checkout@v2