From cc1ff390bd0035fcaaec64809c69d315d3d1cf54 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Wed, 8 Jun 2022 18:38:45 +0200 Subject: [PATCH] chore(ci): test on 8 and 17 not 8 and 11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f08491a1..294414cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '8', '11' ] + java: [ '8', '17' ] steps: - name: checkout the repo