Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java-compilation: [ 11, 17, 19 ]
java-runtime: [ 8, 11, 17, 19 ]
java-compilation: [ 11, 17, 19, 20-ea ]
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK.
java-runtime: [ 8, 11, 17, 19, 20-ea ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down