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