Skip to content

Commit

Permalink
Update Java versions in CI: remove 19 and 20-ea, add 20
Browse files Browse the repository at this point in the history
Temurin doesn't seem to have a 21-ea release available, so that
will have to wait for later.
  • Loading branch information
Ladicek committed Apr 6, 2023
1 parent 65fd896 commit 33b1785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
# we want: all LTS versions (that we care about), latest GA, upcoming
- 11
- 17
- 19
- 20-ea
- 20
#- 21-ea
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit 33b1785

Please sign in to comment.