diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7de869a..a144f38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,14 +12,14 @@ jobs: strategy: matrix: ruby: - - '3.2.5' - - '3.3.4' - - jruby-9.4.8.0 + - '3.4.7' + - '3.3.10' + - jruby-9.4.14.0 solr_version: [''] include: - - ruby: '3.3.4' + - ruby: '3.4.7' solr_version: '8.11.4' - - ruby: '3.3.4' + - ruby: '3.4.7' solr_version: '9.6.1' env: SOLR_WRAPPER_SOLR_VERSION: ${{ matrix.solr_version }}