Skip to content

Commit 3e7ec4f

Browse files
committed
remove auto build for 17
1 parent e2af1bb commit 3e7ec4f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - push: when code is pushed to main
99
#
1010
# Notes:
11-
# Builds against Java 17, 21, and 25.
11+
# Builds against Java 21, and 25.
1212

1313
name: Build
1414
run-name: Build - ${{ github.event_name }}
@@ -43,7 +43,6 @@ jobs:
4343
strategy:
4444
matrix:
4545
java:
46-
- 17
4746
- 21
4847
- 25
4948
steps:

0 commit comments

Comments
 (0)