Skip to content

Commit

Permalink
Merge pull request #1881 from apache/build-on-jdk23
Browse files Browse the repository at this point in the history
chore: update CI JDK 22 -> 23
  • Loading branch information
lprimak authored Nov 16, 2024
2 parents 7472dc9 + f826acc commit de7fe1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ]
jdk: [ 11, 17, 21, 22 ]
jdk: [ 11, 17, 21, 23 ]
dist: [ 'temurin', 'adopt-openj9', 'zulu' ]
exclude:
# was already built
Expand All @@ -71,9 +71,9 @@ jobs:
# no OpenJ9 21
- dist: adopt-openj9
jdk: 21
# no OpenJ9 22
# no OpenJ9 23
- dist: adopt-openj9
jdk: 22
jdk: 23
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .jenkins.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
axis {
// https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix
name 'MATRIX_JDK'
values 'jdk_11_latest', 'jdk_17_latest', 'jdk_21_latest', 'jdk_22_latest'
values 'jdk_11_latest', 'jdk_17_latest', 'jdk_21_latest', 'jdk_23_latest'
}
// Additional axes, like OS and maven version can be configured here.
}
Expand Down

0 comments on commit de7fe1d

Please sign in to comment.