diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5fced4bd..6e73bdb0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,19 +29,19 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - java: [ 15, 11 ] + java: [ 16, 14, 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: 15 + java: 16 experimental: false - os: windows-latest - java: 15 + java: 16 experimental: false - os: ubuntu-latest - java: 16-ea + java: 17-ea experimental: true runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }}