chore: add Java 19 to CI and remove Java 18 as per LTS + latest policy
This commit is contained in:
parent
8318066c22
commit
7d1bb5b921
1 changed files with 1 additions and 1 deletions
2
.github/workflows/application.yml
vendored
2
.github/workflows/application.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue