From c2e44288a5e7785ba60091b0ef9869a11d052383 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 14 Sep 2021 14:46:40 +0200 Subject: [PATCH] CI: Use JRuby 9.2.19.0 This is the latest released JRuby. --- .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 5b05c69d..2e3abbb5 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [ '3.0', 2.7, 2.6, 2.5, head, jruby-9.2.17.0, jruby-head ] + ruby: [ '3.0', 2.7, 2.6, 2.5, head, jruby-9.2.19.0, jruby-head ] steps: - uses: actions/checkout@v2 - name: Set up Ruby