File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
plugin/src/main/scala/sbtnativeimage Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments