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 Apr 13, 2024
1 parent 76a2bfe commit cab49fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven-acceptance-wide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: ['17', '21']
jdk: ['17', '21', '22']
distribution: ['temurin', 'corretto', 'microsoft', 'adopt-openj9', 'zulu']
experimental: [false]
include:
- jdk: '22'
distribution: 'zulu'
experimental: true
# - jdk: '22'
# distribution: 'zulu'
# experimental: true
- jdk: '23-ea'
distribution: 'zulu'
experimental: true
Expand Down

0 comments on commit cab49fb

Please sign in to comment.