Skip to content

Commit

Permalink
Remove EOL Java versions from build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Dec 15, 2024
1 parent 770e2f7 commit 122ead2
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 122ead2

Please sign in to comment.