Skip to content

Commit 2d1d0a2

Browse files
committed
Use jdk14 for tests instead of jdk11 as this is the new stable
1 parent 9b89a3f commit 2d1d0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile-and-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66

77
DEFAULT_INFLUXDB_VERSION="1.7"
8-
DEFAULT_MAVEN_JAVA_VERSION="3-jdk-11-slim"
8+
DEFAULT_MAVEN_JAVA_VERSION="3-jdk-14"
99

1010
INFLUXDB_VERSION="${INFLUXDB_VERSION:-$DEFAULT_INFLUXDB_VERSION}"
1111
MAVEN_JAVA_VERSION="${MAVEN_JAVA_VERSION:-$DEFAULT_MAVEN_JAVA_VERSION}"

0 commit comments

Comments
 (0)