Skip to content

Commit

Permalink
Update CI to use openHAB 4.2.3 and 4.3.0.M5 (#364)
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Tanagra <[email protected]>
  • Loading branch information
jimtng authored Dec 10, 2024
1 parent c970bf8 commit a6176c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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.3", "4.2.2", "4.3.0.M4", "4.3.0-SNAPSHOT"]
["3.4.5", "4.0.4", "4.1.3", "4.2.3", "4.3.0.M5", "4.3.0-SNAPSHOT"]
snapshot_date: |
${{ steps.snapshot-date.outputs.SNAPSHOT_DATE }}
steps:
Expand Down Expand Up @@ -133,9 +133,9 @@ jobs:
jruby_version: jruby-9.3.10.0
- openhab_version: 4.1.3
jruby_version: jruby-9.3.10.0
- openhab_version: 4.2.2
- openhab_version: 4.2.3
jruby_version: jruby-9.3.10.0
- openhab_version: 4.3.0.M4
- openhab_version: 4.3.0.M5
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 a6176c5

Please sign in to comment.