Skip to content

Commit

Permalink
Update maven-acceptance-wide.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Oct 7, 2023
1 parent 19cbd0b commit ff3ff8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven-acceptance-wide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit ff3ff8d

Please sign in to comment.