mirror of
https://github.com/gotson/komga.git
synced 2025-12-29 20:02:44 +01:00
ci: add jdk 18 to the test matrix
This commit is contained in:
parent
f2387b61be
commit
b4661722ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ 8, 11, 17 ]
|
||||
java: [ 8, 11, 17, 18 ]
|
||||
name: Test JDK ${{ matrix.java }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue