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-net.git
The following commit(s) were added to refs/heads/master by this push:
new 4bfe4034 Update GH CI Java versions
4bfe4034 is described below
commit 4bfe40348cbadf0efa607702e151f8ddf6ea55bb
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 29 10:43:29 2026 -0400
Update GH CI Java versions
---
.github/workflows/maven.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 84c69143..af24ad79 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -40,7 +40,7 @@ jobs:
strategy:
max-parallel: 20
matrix:
- java: [ 8, 11, 17, 21, 25 ]
+ java: [ 8, 11, 17, 21, 25, 26 ]
os: [ubuntu-latest]
experimental: [false]
# Don't need to run all javas on all OSes
@@ -57,7 +57,11 @@ jobs:
experimental: false
deploy: true
# Experimental build
- - java: 26-ea
+ - java: 27-ea
+ experimental: true
+ os: ubuntu-latest
+ # Experimental build
+ - java: 28-ea
experimental: true
os: ubuntu-latest