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

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

commit 3defbe4a1ec08fffc324551832df5854a28533c5
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