mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 07:02:02 +01:00
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:
parent
1afe90d314
commit
84de053847
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user