From 1b9e1fdf6946338f0774e48a91230019f6bd89b3 Mon Sep 17 00:00:00 2001 From: dgelessus Date: Sat, 5 Feb 2022 19:13:11 +0100 Subject: [PATCH] Add Java 17 to CI, drop Java 14 and 15 Java 17 is the current LTS version, 14 and 15 are non-LTS versions. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f25cd2cfe..280446269 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [1.8, 11, 14, 15] + java: [1.8, 11, 17] steps: - uses: actions/checkout@v2 - name: Set up JDK ${{ matrix.java }}