fix: upgrade ci jobs to jdk 21 (#926)

Signed-off-by: Sam Gammon <sam@elide.dev>
This commit is contained in:
Sam Gammon
2025-02-03 17:17:07 -08:00
committed by GitHub
parent 408242a44c
commit 5e12dfb200
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ arch: "amd64"|"aarch64"
/// Whether to link to musl. Otherwise, links to glibc.
musl: Boolean = false
javaVersion = "17.0"
javaVersion = "21.0"
local setupLinuxEnvironment: Config.RunStep =
let (muslVersion = "1.2.2")
+1 -1
View File
@@ -19,7 +19,7 @@ import "package://pkg.pkl-lang.org/pkl-pantry/com.circleci.v2@1.1.2#/Config.pkl"
local self = this
javaVersion = "17.0"
javaVersion = "21.0"
command: String
+1 -1
View File
@@ -23,7 +23,7 @@ command: String
os = "linux"
javaVersion = "17.0"
javaVersion = "21.0"
steps {
new Config.RunStep {