Skip to content

Commit 7f29c8e

Browse files
committed
deps: bump default nativeImageVersion to 22.3.0
This also bumps some stuff in the CI, even though we'll rip it out after.
1 parent f8cee7a commit 7f29c8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macOS-latest, ubuntu-latest, windows-latest]
16-
java: [8]
16+
java: [11]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- uses: olafurpg/setup-scala@v13
@@ -27,8 +27,8 @@ jobs:
2727
shell: bash
2828
run: |
2929
export JABBA=/home/runner/bin/jabba
30-
$JABBA install graalvm@20.2.0
31-
export GRAALVM_HOME=$($JABBA which --home graalvm@20.2.0)
30+
$JABBA install graalvm@22.3.0
31+
export GRAALVM_HOME=$($JABBA which --home graalvm@22.3.0)
3232
$GRAALVM_HOME/bin/gu install native-image
3333
export NATIVE_IMAGE_COMMAND=$GRAALVM_HOME/bin/native-image
3434
sbt test plugin/scripted

plugin/src/main/scala/sbtnativeimage/NativeImagePlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ object NativeImagePlugin extends AutoPlugin {
164164
},
165165
nativeImageJvm := "graalvm-java11",
166166
nativeImageJvmIndex := "cs",
167-
nativeImageVersion := "20.2.0",
167+
nativeImageVersion := "22.3.0",
168168
NativeImage / name := name.value,
169169
NativeImageTest / name :=
170170
(Test / name).value,

0 commit comments

Comments
 (0)