From e4ed3ee0742b735b769f09cc9d6d09e3772025f7 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Thu, 7 Nov 2024 18:08:42 -0700 Subject: [PATCH] Update build.yml Testing for Java 21 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cadb26c..a456d865 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: # For now, using the JDK that comes on the GHA runner cat << EOF > ~/.savant/plugins/org.savantbuild.plugin.java.properties 17=${JAVA_HOME} + 21=${JAVA_HOME} EOF # Takes some time, better to tell difference between this step and actual test run time - name: compile/pull Savant dependencies