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


The following commit(s) were added to refs/heads/master by this push:
     new c314b5f  Fix GitHub action for Java 15-ea.
c314b5f is described below

commit c314b5fbd4f780b69b4788305931f1241d9472a3
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 26 17:26:08 2020 -0400

    Fix GitHub action for Java 15-ea.
---
 .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 0929894..1a9dbf7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
         java: [ 7, 8, 11, 14 ]
         experimental: [false]
         include:
-          - node: 15-ea
+          - java: 15-ea
             experimental: true        
         
     steps:

Reply via email to