From 698341a1d66e0c0b093f84ff3ea2a639617cd30d Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Thu, 30 Sep 2021 09:10:55 +0900 Subject: [PATCH] Github action: test against JDK 17 (LTS) instead of 16 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ac3633dc..35102ff1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - jdk: [8, 11, 16] + jdk: [8, 11, 17] runs-on: ubuntu-latest timeout-minutes: 30