From b7aba061e9aae491f1bc8983bc16cb2668388186 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Wed, 3 Apr 2024 12:15:11 +0200 Subject: [PATCH] update requirements --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 883c311..d2699bd 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ This module will install and configure the Solr search platform. ## Requirements -* Puppet 6 or higher -* Java 8 or higher (depending on the Solr version) -* Tested with Solr 7, 8 and 9 +* Puppet 7 or higher +* Java 11 or higher (depending on the Solr version) +* Tested with Solr 8 and 9 It is recommended to use [puppetlabs/java](https://forge.puppet.com/puppetlabs/java) to manage the Java installation.