mirror of https://github.com/apache/maven.git
Use Maven 3.8.7 for GH builds
This commit is contained in:
parent
3506f01962
commit
e19a8c77c9
|
@ -49,7 +49,7 @@ jobs:
|
|||
cache: 'maven'
|
||||
|
||||
- name: Set up Maven
|
||||
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dmaven=3.8.6"
|
||||
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dmaven=3.8.7"
|
||||
|
||||
- name: Running integration tests
|
||||
run: "./mvnw -B clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo"
|
||||
|
|
Loading…
Reference in New Issue