Skip to content

Commit

Permalink
Merge pull request #267 from Ladicek/java-versions-in-ci
Browse files Browse the repository at this point in the history
CI: drop JDK 18 GA, add JDK 19 GA, add JDK 20 EA
  • Loading branch information
Ladicek authored Oct 31, 2022
2 parents 58dd7e7 + 4e9a569 commit 0140f1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
- 8
- 11
- 17
- 18
# https://github.com/actions/setup-java/issues/323
#- 19-ea
- 19
- 20-ea
compiler:
- javac
- ecj
Expand Down

0 comments on commit 0140f1a

Please # to comment.