Skip to content

Commit

Permalink
deps: bump default nativeImageVersion to 22.3.0
Browse files Browse the repository at this point in the history
This also bumps some stuff in the CI, even though we'll rip it out
after.
  • Loading branch information
ckipp01 committed Jul 18, 2023
1 parent f8cee7a commit 7f29c8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
java: [8]
java: [11]
steps:
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v13
Expand All @@ -27,8 +27,8 @@ jobs:
shell: bash
run: |
export JABBA=/home/runner/bin/jabba
$JABBA install graalvm@20.2.0
export GRAALVM_HOME=$($JABBA which --home graalvm@20.2.0)
$JABBA install graalvm@22.3.0
export GRAALVM_HOME=$($JABBA which --home graalvm@22.3.0)
$GRAALVM_HOME/bin/gu install native-image
export NATIVE_IMAGE_COMMAND=$GRAALVM_HOME/bin/native-image
sbt test plugin/scripted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ object NativeImagePlugin extends AutoPlugin {
},
nativeImageJvm := "graalvm-java11",
nativeImageJvmIndex := "cs",
nativeImageVersion := "20.2.0",
nativeImageVersion := "22.3.0",
NativeImage / name := name.value,
NativeImageTest / name :=
(Test / name).value,
Expand Down

0 comments on commit 7f29c8e

Please sign in to comment.