Skip to content

Commit

Permalink
Use Maven 3.8.4 in GHA CI builds (#2582)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wborn committed Nov 28, 2021
1 parent bb97d85 commit 31cae19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 31cae19

Please sign in to comment.