From acd938cb69212d4cd61821f9d0b3b6bb3543bc30 Mon Sep 17 00:00:00 2001 From: Dave Moten Date: Wed, 28 Jun 2023 11:27:54 +1000 Subject: [PATCH] add JDK 17 to build matrix --- .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 55810a5a..2f29d569 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: ['8', '11'] + java: ['8', '11', '17'] steps: - uses: actions/checkout@v2 - name: Set up JDK ${{ matrix.java }}