Skip to content

Commit 5cadf50

Browse files
authored
Removed outdated java versions from CI
1 parent b8baee4 commit 5cadf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest,windows-latest, macOS-latest]
28-
java: [8, 11, 14, 15, 16, 17-ea]
28+
java: [8, 11, 16, 17-ea]
2929
jdk: [adopt-hotspot, zulu, adopt-openj9]
3030
fail-fast: false
3131

0 commit comments

Comments
 (0)