This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
commit 1d0b9123a735cc65e10ce5dbff0790ac72d6ff55 Author: Gary D. Gregory <[email protected]> AuthorDate: Sun Mar 16 13:34:12 2025 -0400 Make Java 23 build a production build --- .github/workflows/maven.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 070c70e..265775c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,12 +28,9 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-13] - java: [ 8, 11, 17, 21 ] + java: [ 8, 11, 17, 21, 23 ] experimental: [false] include: - - java: 23 - os: windows-latest - experimental: false - java: 24-ea os: macos-latest experimental: true
