From 5a7b500b7f70c3679f279ac24c25c2915483cf34 Mon Sep 17 00:00:00 2001 From: ldetmer <1771267+ldetmer@users.noreply.github.com> Date: Thu, 15 May 2025 13:25:42 -0400 Subject: [PATCH] chore: update ci tests to run against jdk 24 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 12e4343aa..2915835ab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - java: [8, 11, 17, 23] + java: [8, 11, 17, 24] steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4 @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [8, 11, 17, 23] + java: [8, 11, 17, 24] steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4