From e05a58e1c6d979f021fcb56f93433e821e75149f Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Thu, 10 Jun 2021 19:05:15 +0200 Subject: [PATCH] More Maven versions. --- .github/workflows/build-action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-action.yaml b/.github/workflows/build-action.yaml index 64b5424..3e7d8a8 100644 --- a/.github/workflows/build-action.yaml +++ b/.github/workflows/build-action.yaml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - maven_version: [3.1.1, 3.8.1, 3.6.3, 3.5.4] + maven_version: [3.1.1, 3.2.5, 3.3.9, 3.5.4, 3.6.3, 3.8.1] steps: - uses: actions/checkout@v2 - - name: Set Node.js + - name: "Set Node.js" uses: actions/setup-node@v1 with: node-version: 12