Skip to content

Commit

Permalink
Changes to the iterate script: removed java11 from list of GraalVMs s…
Browse files Browse the repository at this point in the history
…upported - Grakn does not support Java11
  • Loading branch information
neomatrix369 committed Feb 5, 2020
1 parent d4b0d4f commit 361437c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set -o pipefail
source ../common.sh

GRAALVM_VERSIONS="19.0.0 19.1.0 19.2.0 19.3.0"
GRAALVM_JDK_VERSIONS="java8 java11"
GRAALVM_JDK_VERSIONS="java8" # java11 is not supported by Grakn yet (only Java 8)
GRAKN_VERSIONS="1.4.3 1.5.2 1.5.7 1.6.0 1.6.2"

waitWhilePortIsNotAvailable() {
Expand Down

0 comments on commit 361437c

Please sign in to comment.