From 478cfe242eee88a7c3307c6db0d5d17aec31f70e Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Thu, 16 Sep 2021 13:56:09 +0200 Subject: [PATCH] Test on all LTS versions --- .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 b90f13f3..ce2a14c5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '8', '11', '16' ] # All currently supported versions + java: [ '8', '11', '17' ] # LTS versions steps: - uses: actions/checkout@v2