From 89c1f3a5df70e8216c21138deaacbd273ca72bf8 Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Mon, 17 Oct 2022 11:13:22 +0200 Subject: [PATCH] Mark JDK 19 as experimental --- .github/workflows/build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 82aea3ae3b..2fa2308bdc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,10 @@ jobs: strategy: matrix: jdk: [ 11.0.16, 16.0.2, 17.0.4, 18.0.2, 19 ] - experimental: [false, false, false, true, true] + experimental: [false] + include: + - java: 19 + experimental: true continue-on-error: ${{ matrix.experimental }} steps: # We run the build twice for each supported JDK: once against the