mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
ci: drop java below 17
This commit is contained in:
parent
93f138dec0
commit
9d7e1934bf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ 8, 11, 17, 19 ]
|
java: [ 17, 19 ]
|
||||||
name: Test JDK ${{ matrix.java }}
|
name: Test JDK ${{ matrix.java }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
@ -127,7 +127,7 @@ jobs:
|
||||||
komga-webui/package-lock.json
|
komga-webui/package-lock.json
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '8'
|
java-version: '17'
|
||||||
java-package: 'jdk'
|
java-package: 'jdk'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: 'gradle'
|
cache: 'gradle'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue