Use Maven 3.8.7 for GH builds

This commit is contained in:
Slawomir Jaranowski 2023-01-01 21:10:44 +01:00
parent 3506f01962
commit e19a8c77c9
1 changed files with 1 additions and 1 deletions

View File

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