This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
commit a85663ccd025ffaf487f1e651a6429568eb46d0a Author: Gary Gregory <[email protected]> AuthorDate: Tue Jun 23 15:08:09 2026 +0000 Add Java 25 (LTS) to build matrix Replace Java 25 with 26 on Ubuntu --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3bd33e0c..056e6ed9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,12 +28,12 @@ jobs: max-parallel: 20 matrix: os: [windows-latest, macos-latest, ubuntu-latest] - java: [ 8, 11, 17, 21 ] + java: [ 8, 11, 17, 21, 25 ] experimental: [false] # Keep same order below (os, java experimental) include: - os: ubuntu-latest - java: 25 + java: 26 experimental: false - os: ubuntu-latest java: 27-ea
