From ed4ee40982b703063445f05ae0c634c7ffa425e6 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Mon, 28 Oct 2024 11:10:35 -0700 Subject: [PATCH] Add Java 23 tests --- buildSrc/src/main/groovy/io/deephaven/csv/Constants.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/io/deephaven/csv/Constants.groovy b/buildSrc/src/main/groovy/io/deephaven/csv/Constants.groovy index 7cf50033..b85c6545 100644 --- a/buildSrc/src/main/groovy/io/deephaven/csv/Constants.groovy +++ b/buildSrc/src/main/groovy/io/deephaven/csv/Constants.groovy @@ -3,5 +3,5 @@ package io.deephaven.csv class Constants { public static int LATEST_LTS = 21 - public static int[] TEST_VERSIONS = [8, 11, 17, 21] + public static int[] TEST_VERSIONS = [8, 11, 17, 21, 23] }