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


The following commit(s) were added to refs/heads/master by this push:
     new b916b10  Reinstate javadoc; typo
b916b10 is described below

commit b916b10041bb731249de100c6a0acb49639295a1
Author: Sebb <s...@apache.org>
AuthorDate: Sat Jun 20 11:19:48 2020 +0100

    Reinstate javadoc; typo
---
 .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 81488c0..169aeb0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ 7, 11 ]
+        java: [ 7, 8, 11 ]
 # Later versions of Java don't support 1.6
         
     steps:
@@ -33,5 +33,5 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
+      run: mvn --batch-mode apache-rat:check javadoc:javadoc -Ddoclint=all 
package --file pom.xml
 #      run: mvn --batch-mode apache-rat:check package --file pom.xml
-     run: mvn --batch-mode apache-rat:check javadoc:javadoc -Ddoclint=all 
package --file pom.xml

Reply via email to