mirror of
https://github.com/gotson/komga.git
synced 2026-01-04 14:52:51 +01:00
ci: test on Java 19
This commit is contained in:
parent
8b6b47d1e5
commit
35750a9e58
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ 8, 11, 17, 18 ]
|
||||
java: [ 8, 11, 17, 19 ]
|
||||
name: Test JDK ${{ matrix.java }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue