Skip to content

Commit

Permalink
Merge pull request #764 from ascopes/task/remove-eol-java-versions
Browse files Browse the repository at this point in the history
Remove EOL Java versions from build pipeline
  • Loading branch information
ascopes authored Dec 15, 2024
2 parents 770e2f7 + 122ead2 commit decbe44
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,9 @@ jobs:
matrix:
os-name: [ubuntu-latest]
java-version:
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 11 # LTS
- 17 # LTS
- 21 # LTS
- 23
#- 24-ea
include:
Expand Down

0 comments on commit decbe44

Please sign in to comment.