From ff3ff8d55fc370a7808945d6e8ca600bff4b4d58 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Sun, 8 Oct 2023 01:03:50 +0200 Subject: [PATCH] Update maven-acceptance-wide.yml --- .github/workflows/maven-acceptance-wide.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven-acceptance-wide.yml b/.github/workflows/maven-acceptance-wide.yml index 194892e0..7bae5f58 100644 --- a/.github/workflows/maven-acceptance-wide.yml +++ b/.github/workflows/maven-acceptance-wide.yml @@ -6,7 +6,7 @@ name: CI acceptance tests on: schedule: # run integration tests every Thursday - - cron: "31 20 * * *" + - cron: "31 06 * * 4" workflow_dispatch: concurrency: @@ -20,16 +20,16 @@ jobs: strategy: fail-fast: false matrix: - jdk: ['11'] + jdk: ['17'] distribution: ['temurin', 'corretto', 'microsoft', 'adopt-openj9', 'zulu'] experimental: [false] include: - - jdk: '17' + - jdk: '21' distribution: 'zulu' experimental: false - - jdk: '19' - distribution: 'zulu' - experimental: true + # - jdk: '22-ea' + # distribution: 'zulu' + # experimental: true continue-on-error: ${{ matrix.experimental }} steps: