Use Maven 3.8.4 in GHA CI builds (#11649)

This new version fixes a few regressions, see:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12350685

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2021-11-28 19:32:50 +01:00 committed by GitHub
parent 1afe90d314
commit 84de053847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
java: [ '11' ]
maven: [ '3.8.3']
maven: [ '3.8.4']
os: [ 'ubuntu-20.04' ]
name: Build (Java ${{ matrix.java }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}