chore: add Java 19 to CI and remove Java 18 as per LTS + latest policy

This commit is contained in:
Ryan Dowling 2022-11-02 21:25:45 +11:00
parent 8318066c22
commit 7d1bb5b921
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", "18"] # LTS + Latest
java-version: ["8", "11", "17", "19"] # LTS + Latest
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
name: Java ${{ matrix.java-version }} (${{ matrix.os }}) Tests
steps: