Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Testing for Java 21
  • Loading branch information
robotdan authored Nov 8, 2024
1 parent 870138d commit e4ed3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4ed3ee

Please sign in to comment.