From e3b605bc91b2b7209e20c3f2a7c15241aaf3ad5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Wed, 8 Nov 2023 09:57:04 +0100 Subject: [PATCH] [CI] Updated Solr version (#59) --- .github/init_solr.sh | 2 +- .github/workflows/integration-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'