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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 87543981 Add Java 21 build to GitHub
87543981 is described below

commit 875439813ed000b310578cc556756dc2eb65d02e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 10:24:20 2023 -0400

    Add Java 21 build to GitHub
---
 .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 bd814cab..c6a2ee3a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 17 ]
+        java: [ 8, 11, 17, 21 ]
         os: [ubuntu-latest]
         experimental: [false]
         # Don't need 
@@ -38,7 +38,7 @@ jobs:
             os: windows-latest
             experimental: false
 #        include:
-#          - java: 18-ea
+#          - java: 22-ea
 #            experimental: true        
 
     runs-on: ${{ matrix.os }}

Reply via email to