From 9d7e1934bf56f46d8c9c70db0a833e4556cce04c Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 23 May 2023 18:13:32 +0800 Subject: [PATCH] ci: drop java below 17 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa9f89fdf..c2acf266f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 8, 11, 17, 19 ] + java: [ 17, 19 ] name: Test JDK ${{ matrix.java }} steps: - uses: actions/checkout@v3 @@ -127,7 +127,7 @@ jobs: komga-webui/package-lock.json - uses: actions/setup-java@v3 with: - java-version: '8' + java-version: '17' java-package: 'jdk' distribution: 'temurin' cache: 'gradle'