chore: update CI to use correct Java policy (LTS + Latest)
This commit is contained in:
parent
2b64bd1620
commit
68358e679f
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", "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:
|
||||
|
|
Loading…
Reference in a new issue