Skip to content

Commit

Permalink
[CI] Updated Solr version (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored Nov 8, 2023
1 parent 2f8b711 commit e3b605b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/init_solr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
solr-version:
- '7.7.3'
- '8.11.1'
- '8.11.2'
cores-setup:
- 'dedicated'
- 'shared'
Expand Down

0 comments on commit e3b605b

Please sign in to comment.