Skip to content

Commit fed418d

Browse files
committed
fix(ci): require JVM 17+ (Gradle 9.x minimum)
1 parent c683e20 commit fed418d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
java-version: ["11", "17", "21"]
23+
java-version: ["17", "21"]
2424

2525
steps:
2626
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
java-version: ["11", "21"]
18+
java-version: ["17", "21"]
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)