More Maven versions.

This commit is contained in:
Viacheslav Kudinov 2021-06-10 19:05:15 +02:00
parent a2cebe4aa9
commit e05a58e1c6
1 changed files with 2 additions and 2 deletions
.github/workflows

View File

@ -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