Skip to content

Commit d3e11b3

Browse files
committed
[gha] Drop jdk 17 from build matrix
1 parent bf6313a commit d3e11b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
cache: [maven]
1818
distribution: [temurin]
19-
java: [17, 21, 25, 26-ea]
19+
java: [21, 25, 26-ea]
2020
os: [macos-latest, ubuntu-latest, windows-latest]
2121
fail-fast: false
2222
max-parallel: 6

0 commit comments

Comments
 (0)