From 08e95c1e3709acdad0217c52b7c0f976b1992493 Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Thu, 21 Sep 2023 08:44:28 -0700 Subject: [PATCH] Update ci.yml for JDK 21 release --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7855a584..25235c86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,20 +29,17 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - java: [ 20, 17, 11 ] + java: [ 21, 17, 11 ] experimental: [ false ] include: # Only test on macos and windows with a single recent JDK to avoid a # combinatorial explosion of test configurations. - os: macos-latest - java: 20 + java: 21 experimental: false - os: windows-latest - java: 20 + java: 21 experimental: false - - os: ubuntu-latest - java: 21-ea - experimental: true - os: ubuntu-latest java: 22-ea experimental: true