Skip to content

Commit

Permalink
Upgrade to Solr 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
extracts committed Oct 6, 2023
1 parent a693e4d commit c984128
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.1','8.1']
php-versions: ['8.1']
fail-fast: false

name: PHP ${{ matrix.php-versions }} Test
Expand Down
5 changes: 3 additions & 2 deletions bin/install_solr_docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env bash

ant download-solr -DsolrVersion=7.7.2 -DdownloadDir=./downloads
cd solr-7.7.2
SOLR_VERSION="9.3.0"
wget -q "https://dlcdn.apache.org/solr/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz" -O - | tar -xz
cd solr-$SOLR_VERSION
./bin/solr start -force
./bin/solr create -c opus4 -force
cd server/solr/opus4/conf/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jpgraph/jpgraph": "dev-master",
"opus4-repo/opus4-common": "dev-master as 4.8.1",
"opus4-repo/framework": "dev-master as 4.8.1",
"opus4-repo/search": ">4.7.2",
"opus4-repo/search": "dev-upgradeSolr35 as 4.8.1",
"opus4-repo/opus4-bibtex": "^4.8",
"opus4-repo/opus4-import": "^4.8",
"opus4-repo/opus4-pdf": "^4.8",
Expand Down

0 comments on commit c984128

Please sign in to comment.