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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 4e1e1359a4d94d1432ed25370580c64f0359d267
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Thu Nov 19 17:51:58 2020 +0100

    Add Java 15 to test matrix
---
 .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 3f38cf9..b34aaa3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
     strategy:
       matrix:
         os: [ ubuntu-latest, windows-latest ]
-        java: [ 8, 11 ]
+        java: [ 8, 11, 15 ]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}

Reply via email to