Skip to content

Commit

Permalink
Add support for SOLR 7.2 - 7.5
Browse files Browse the repository at this point in the history
I checked the `solr-precreate` script in the `solr` Docker image and they are very similar to the script for 7.1.
  • Loading branch information
hussainweb committed Oct 11, 2018
1 parent e679c09 commit 54fad2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/lando-services/services/solr/solr.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ module.exports = lando => {
'6.6',
'7.0',
'7.1',
'7.2',
'7.3',
'7.4',
'7.5',
'latest',
'custom',
];
Expand Down

0 comments on commit 54fad2e

Please sign in to comment.