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