From acaf9f0f618358db1c2db955f0bec8b29b714b42 Mon Sep 17 00:00:00 2001 From: Farah Juma Date: Thu, 14 Mar 2024 15:41:14 -0400 Subject: [PATCH] [WFSSL-116] Update CI to also run with JDK 21 --- .github/workflows/pr-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-ci.yaml b/.github/workflows/pr-ci.yaml index 3840112..e30682f 100644 --- a/.github/workflows/pr-ci.yaml +++ b/.github/workflows/pr-ci.yaml @@ -7,11 +7,11 @@ on: jobs: build: - runs-on: ${{ matrix.os }} + runs-on: ${{ matrix.os }}-jdk${{ matrix.java }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - java-version: [11, 17] + java-version: [11, 17, 21] include: - os: windows-latest vcvars: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat