Skip to content

Commit

Permalink
Test builds with Java 21
Browse files Browse the repository at this point in the history
Test builds with Java 11, 17 and 21 (removing 20, adding 21).
  • Loading branch information
erikvanoosten authored Jan 14, 2024
1 parent 2539040 commit 4ce2e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq()
ThisBuild / githubWorkflowJavaVersions := Seq(
JavaSpec.temurin("11"),
JavaSpec.temurin("17"),
JavaSpec.temurin("20")
JavaSpec.temurin("21")
)

0 comments on commit 4ce2e02

Please sign in to comment.