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 21, 2024
1 parent d608204 commit 9ba3a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-acceptance-wide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
continue-on-error: ${{ matrix.experimental }}
jdk: ['17', '21', '22']
distribution: ['temurin', 'corretto', 'zulu', 'liberica']
experimental: [false]
Expand All @@ -36,7 +37,6 @@ jobs:
- jdk: '24-ea'
distribution: 'zulu'
experimental: true
continue-on-error: ${{ matrix.experimental }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9ba3a5c

Please sign in to comment.