diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e6df3a9df6..ffeb5e5fbd 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.14.0', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ] + ruby: [ 'jruby-9.2.17.0', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ] steps: - uses: actions/checkout@master - name: Set up Ruby