mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 07:02:02 +01:00
Add Java 17 to GHA CI build matrix (#12360)
This adds Java 17 to the GitHub Actions CI build matrix so we can make sure the build keeps working with both Java 11 and Java 17. It also updates the required Java version range used by the enforcer plugin so it is also possible to build with the supported Java versions. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
ea9d77ff71
commit
e84e2800a4
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '11' ]
|
||||
java: [ '11', '17' ]
|
||||
maven: [ '3.8.4']
|
||||
os: [ 'ubuntu-20.04' ]
|
||||
name: Build (Java ${{ matrix.java }}, ${{ matrix.os }})
|
||||
|
Loading…
Reference in New Issue
Block a user