You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/09/20 14:22:53 UTC

[commons-cli] branch master updated: Java 21 is not there yet

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 08d371d  Java 21 is not there yet
08d371d is described below

commit 08d371d77def7406e740d638ef8834e7ed4c6de7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Sep 20 10:22:49 2023 -0400

    Java 21 is not there yet
---
 .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 1bc8d9b..0d712a1 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, 21 ]
+        java: [ 8, 11, 17 ]
         experimental: [false]
 #        include:
 #          - java: 18-ea