diff --git a/.github/init_solr.sh b/.github/init_solr.sh index 33afb35c..f441b693 100755 --- a/.github/init_solr.sh +++ b/.github/init_solr.sh @@ -16,7 +16,7 @@ default_shards=('shard0') SOLR_PORT=${SOLR_PORT:-8983} SOLR_DIR=${SOLR_DIR:-'__solr'} -SOLR_VERSION=${SOLR_VERSION:-'8.11.1'} +SOLR_VERSION=${SOLR_VERSION:-'8.11.2'} SOLR_INSTALL_DIR="${SOLR_DIR}/${SOLR_VERSION}" SOLR_DEBUG=${SOLR_DEBUG:-false} SOLR_HOME=${SOLR_HOME:-'ezcloud'} diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 79a5d6c3..f847cf50 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -16,7 +16,7 @@ jobs: matrix: solr-version: - '7.7.3' - - '8.11.1' + - '8.11.2' cores-setup: - 'dedicated' - 'shared'