Skip to content

Commit

Permalink
update CI to 4.2 final and 4.3 SNAPSHOT (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer authored Jul 15, 2024
1 parent f545a6d commit ec143ec
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.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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ec143ec

Please sign in to comment.