From 5c05f3df541afbe19962b195387699c8bc86449f Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Mon, 21 Oct 2024 21:25:02 +0200 Subject: [PATCH] Update maven-acceptance-wide.yml --- .github/workflows/maven-acceptance-wide.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-acceptance-wide.yml b/.github/workflows/maven-acceptance-wide.yml index 3eb6185b..37e36278 100644 --- a/.github/workflows/maven-acceptance-wide.yml +++ b/.github/workflows/maven-acceptance-wide.yml @@ -17,10 +17,10 @@ jobs: build: runs-on: [ubuntu-latest] timeout-minutes: 15 + continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: - continue-on-error: ${{ matrix.experimental }} jdk: ['17', '21', '22'] distribution: ['temurin', 'corretto', 'zulu', 'liberica'] experimental: [false]