Skip to content

Commit

Permalink
Use Maven 3.8.4 in GHA CI builds (openhab#11649)
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 authored and Nemer_Daud committed Jan 28, 2022
1 parent 8e29f5a commit f13496b
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 f13496b

Please sign in to comment.