Skip to content

Commit

Permalink
ci: update JDKs used
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Apr 13, 2024
1 parent cab49fb commit 1cfa6ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-acceptance-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
jdk: ['17']
distribution: ['temurin', 'corretto', 'microsoft', 'adopt-openj9', 'zulu']
distribution: ['temurin', 'corretto', 'microsoft', 'adopt-openj9', 'zulu', 'liberica' ]
experimental: [false]
include:
- jdk: '21'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/maven-acceptance-wide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
fail-fast: false
matrix:
jdk: ['17', '21', '22']
distribution: ['temurin', 'corretto', 'microsoft', 'adopt-openj9', 'zulu']
distribution: ['temurin', 'corretto', 'zulu', 'liberica']
experimental: [false]
include:
# - jdk: '22'
# distribution: 'zulu'
# experimental: true
- jdk: '17'
distribution: 'zulu'
experimental: false
- jdk: '23-ea'
distribution: 'zulu'
experimental: true
Expand Down

0 comments on commit 1cfa6ee

Please sign in to comment.