Skip to content

Commit b94669b

Browse files
Drop support for JDK17 (#634)
Remove JDK17 testing from the build.
1 parent f46ecfe commit b94669b

3 files changed

Lines changed: 3 additions & 15 deletions

File tree

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
lang: ['jvm', 'js', 'wasm', 'native']
14-
java: ['17', '21', '25']
14+
java: ['21', '25']
1515
name: Sjsonnet build for ${{ matrix.lang }} on JDK ${{ matrix.java }}
1616
steps:
1717
- uses: actions/checkout@v6

.mill-jvm-opts

Lines changed: 0 additions & 13 deletions
This file was deleted.

build.mill

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//| mill-version: 1.1.2-jvm
1+
//| mill-version: 1.1.2
2+
//| mill-jvm-opts: ["-XX:+UseG1GC", "-Xmx4G", "--enable-native-access=ALL-UNNAMED"]
23
//| mvnDeps:
34
//| - com.lihaoyi::mill-contrib-jmh:$MILL_VERSION
45
//| - com.lihaoyi::mill-contrib-versionfile:$MILL_VERSION

0 commit comments

Comments
 (0)