Skip to content

Commit 122ead2

Browse files
committed
Remove EOL Java versions from build pipeline
1 parent 770e2f7 commit 122ead2

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,9 @@ jobs:
2323
matrix:
2424
os-name: [ubuntu-latest]
2525
java-version:
26-
- 11
27-
- 12
28-
- 13
29-
- 14
30-
- 15
31-
- 16
32-
- 17
33-
- 18
34-
- 19
35-
- 20
36-
- 21
37-
- 22
26+
- 11 # LTS
27+
- 17 # LTS
28+
- 21 # LTS
3829
- 23
3930
#- 24-ea
4031
include:

0 commit comments

Comments
 (0)