mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
Use Maven 3.8.4 in GHA CI builds (#2582)
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
bb97d85d3b
commit
31cae197f3
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