From ebbe9e47aaaf319f60552e9f186a255bf5e4f006 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 2 Jul 2021 16:32:16 +0200 Subject: [PATCH] CI: use jruby-9.2.19.0 This is the latest release. --- .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 324f4a9ea0..45b940ad9a 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.17.0', 'head', '3.0', '2.7', '2.6', '2.5' ] + ruby: [ 'jruby-9.2.19.0', 'head', '3.0', '2.7', '2.6', '2.5' ] steps: - uses: actions/checkout@v2 - name: Set up Ruby