mirror of
https://github.com/gotson/komga.git
synced 2025-01-09 04:08:00 +08:00
ci: build on java 19
This commit is contained in:
parent
3f4aa33e49
commit
71b092cf50
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 New Issue
Block a user