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


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

commit af6a5a64e0bafd7cf8a8cf590aa867fa6cd4a6bd
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 20 10:12:07 2023 -0400

    Test on Java 21 on GitHub
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index feb009c..5e85647 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 17 ]
+        java: [ 8, 11, 17, 21 ]
         experimental: [false]
 #        include:
 #          - java: 18-ea

Reply via email to