From bb3f6cbc3dbc921f08aba9d45466c4f3849cc370 Mon Sep 17 00:00:00 2001 From: Hunter Mellema <124718352+hpmellema@users.noreply.github.com> Date: Wed, 24 Jul 2024 09:45:47 -0600 Subject: [PATCH] Add JDK 17 to test matrix (#145) --- .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 2793f66..b46e343 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Java ${{ matrix.java }} ${{ matrix.os }} strategy: matrix: - java: [8, 11] + java: [8, 11, 17] os: [ubuntu-latest, windows-latest] steps: