Skip to content

Commit

Permalink
update CI to latest point releases
Browse files Browse the repository at this point in the history
and add 4.3 Milestone as a separate build

Signed-off-by: Cody Cutrer <[email protected]>
  • Loading branch information
ccutrer committed Nov 17, 2024
1 parent f610bd2 commit 9930088
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9930088

Please sign in to comment.