Skip to content

Commit decbe44

Browse files
authored
Merge pull request #764 from ascopes/task/remove-eol-java-versions
Remove EOL Java versions from build pipeline
2 parents 770e2f7 + 122ead2 commit decbe44

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)