From ec143ec7c8fff20aff1e8674cf6e271514c39ae3 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Sun, 14 Jul 2024 21:28:49 -0600 Subject: [PATCH] update CI to 4.2 final and 4.3 SNAPSHOT (#303) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6906672b..92ae7ef8c 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.RC1", "4.2.0-SNAPSHOT"] + ["3.4.5", "4.0.4", "4.1.1", "4.2.0", "4.3.0-SNAPSHOT"] snapshot_date: | ${{ steps.snapshot-date.outputs.SNAPSHOT_DATE }} steps: @@ -133,9 +133,9 @@ jobs: jruby_version: jruby-9.3.10.0 - openhab_version: 4.1.1 jruby_version: jruby-9.3.10.0 - - openhab_version: 4.2.0-SNAPSHOT + - openhab_version: 4.2.0 jruby_version: jruby-9.3.10.0 - - openhab_version: 4.2.0.RC1 + - openhab_version: 4.3.0-SNAPSHOT jruby_version: jruby-9.3.10.0 steps: - uses: actions/checkout@v4