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-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 73510c88 Bump CI from Java 24 to 25
new 3b9366ad Merge branch 'master' of
https://github.com/apache/commons-exec.git
73510c88 is described below
commit 73510c88793624eaf09ee8b76e433436fe06905a
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 07:43:24 2025 -0500
Bump CI from Java 24 to 25
Bump CI from Java 25-ea to 26-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 f26bd7f2..21458d9b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,10 +28,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- java: [ 8, 11, 17, 21, 24 ]
+ java: [ 8, 11, 17, 21, 25 ]
experimental: [false]
include:
- - java: 25-ea
+ - java: 26-ea
experimental: true
os: ubuntu-latest