chore: update CI to use correct Java policy (LTS + Latest)

This commit is contained in:
Ryan Dowling 2023-07-15 12:23:38 +10:00
parent 2b64bd1620
commit 68358e679f
No known key found for this signature in database
GPG key ID: 5539FCDB88950EFD

View file

@ -26,7 +26,7 @@ jobs:
needs: ci
strategy:
matrix:
java-version: ["8", "11", "17", "19"] # LTS + Latest
java-version: ["8", "11", "17", "20"] # LTS + Latest
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
name: Java ${{ matrix.java-version }} (${{ matrix.os }}) Tests
steps: