Use the latest Maven 3.8.6 for build
diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index 59a3a31..d9b6ac3 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -21,14 +21,14 @@
pull_request:
jobs:
- build-3-2-5:
+ build-3-2:
name: Verify-3.2.5
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
with:
maven_version: '3.2.5'
- build-3-8-4:
- name: Verify-3.8.4
+ build-3-8:
+ name: Verify-3.8.6
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
with:
- maven_version: '3.8.4'
+ maven_version: '3.8.6'