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
The following commit(s) were added to refs/heads/master by this push:
new f35b6e49 Bump GH CI from Java 24 to 25 and 25-ea to 27-ea
f35b6e49 is described below
commit f35b6e49d466c2c24460edf39c9ab82ca14389d7
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 16 12:03:49 2026 +0000
Bump GH CI from Java 24 to 25 and 25-ea to 27-ea
---
.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 08d73ab0..35028743 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,10 +33,10 @@ jobs:
# Keep same order below (os, java experimental)
include:
- os: ubuntu-latest
- java: 24
+ java: 25
experimental: false
- os: ubuntu-latest
- java: 25-ea
+ java: 27-ea
experimental: true
steps: