diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 7982b53652..c902271aa1 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -20,7 +20,7 @@ jobs: cfg: - {os: ubuntu-latest, ruby: '2.7'} - {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3 - - {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'} + - {os: ubuntu-22.04, ruby: 'jruby-9.4.8.0'} - {os: windows-2019, ruby: '2.7'} - {os: windows-2019, ruby: '3.2'} # with openssl 3 runs-on: ${{ matrix.cfg.os }}