From f308e9826a39cdba9286b5836542190a2925f17a Mon Sep 17 00:00:00 2001 From: aycabta Date: Thu, 11 Mar 2021 14:31:31 +0900 Subject: [PATCH] Use JRuby 9.2.14.0 The latest version of JRuby, 9.2.15.0, has a bug that prevents it from calling "racc" command. --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 23b3d3c3b9..e6df3a9df6 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [ 'jruby-9.2', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ] + ruby: [ 'jruby-9.2.14.0', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ] steps: - uses: actions/checkout@master - name: Set up Ruby