From 53817471c820aea20b123c5a0e76d2c8ea344486 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Wed, 20 May 2026 05:10:10 +0200 Subject: [PATCH] CI: Start testing on JDK 27-ea bumps upper bound to 27-ea exceptions: - java-hints job has to wait for nb-javac --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ae4611ac47c..20f93223b509 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -142,7 +142,7 @@ jobs: timeout-minutes: 40 strategy: matrix: - java: [ '21', '25', '26' ] + java: [ '21', '25', '27-ea' ] exclude: - java: ${{ github.event_name == 'pull_request' && 'nothing' || '25' }} fail-fast: false @@ -247,7 +247,7 @@ jobs: java: [ '21' ] include: - os: ubuntu-latest - java: 26 + java: 27-ea fail-fast: false steps: @@ -858,7 +858,7 @@ jobs: timeout-minutes: 50 strategy: matrix: - java: [ '21', '25', '26' ] + java: [ '21', '25', '27-ea' ] exclude: - java: ${{ github.event_name == 'pull_request' && 'nothing' || '25' }} fail-fast: false @@ -1527,7 +1527,7 @@ jobs: timeout-minutes: 60 strategy: matrix: - java: [ '21', '25', '26' ] + java: [ '21', '25', '27-ea' ] exclude: - java: ${{ github.event_name == 'pull_request' && 'nothing' || '25' }} fail-fast: false