You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2023/12/08 11:52:15 UTC

(commons-parent) branch master updated: Ensure all Java versions are tested

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c54345  Ensure all Java versions are tested
0c54345 is described below

commit 0c54345c283c02d893fce34dfb2b5636231ab718
Author: Sebb <se...@apache.org>
AuthorDate: Fri Dec 8 11:52:09 2023 +0000

    Ensure all Java versions are tested
---
 .github/workflows/maven.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f259af2..493a65b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,14 +24,13 @@ jobs:
   build:
 
     runs-on: ubuntu-latest
-    continue-on-error: ${{ matrix.experimental }}
+    # we want to try all Java versions here.
+    continue-on-error: true
     strategy:
       matrix:
         java: [ 8, 11, 17, 21 ]
-        experimental: [false]
 #        include:
 #          - java: 22-ea
-#            experimental: true        
         
     steps:
     - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11