From 993008841f03d0dc386b888b89cd9764be49bf41 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Sun, 17 Nov 2024 05:39:01 -0700 Subject: [PATCH] update CI to latest point releases and add 4.3 Milestone as a separate build Signed-off-by: Cody Cutrer --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ae7ef8c..165df7616 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'ci skip')" outputs: openhab_matrix: | - ["3.4.5", "4.0.4", "4.1.1", "4.2.0", "4.3.0-SNAPSHOT"] + ["3.4.5", "4.0.4", "4.1.3", "4.2.2", "4.3.0.M4", "4.3.0-SNAPSHOT"] snapshot_date: | ${{ steps.snapshot-date.outputs.SNAPSHOT_DATE }} steps: @@ -131,9 +131,11 @@ jobs: exclude: - openhab_version: 4.0.4 jruby_version: jruby-9.3.10.0 - - openhab_version: 4.1.1 + - openhab_version: 4.1.3 jruby_version: jruby-9.3.10.0 - - openhab_version: 4.2.0 + - openhab_version: 4.2.2 + jruby_version: jruby-9.3.10.0 + - openhab_version: 4.3.0.M4 jruby_version: jruby-9.3.10.0 - openhab_version: 4.3.0-SNAPSHOT jruby_version: jruby-9.3.10.0