From 6b4d75f725d9636b3ec6d5c24d410bece5e2fcc7 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 30 May 2020 10:55:45 -0400 Subject: [PATCH] Test major Java versions with GitHub actions as documented on https://github.com/actions/setup-java --- .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 9ffbd4631..e17f9e1e0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 8, 11, 12, 13 ] + java: [ 8, 11, 12, 13, 14 ] steps: - uses: actions/checkout@v1