Skip to content

Commit

Permalink
stop testing cucumber on openHAB 3.4 (#199)
Browse files Browse the repository at this point in the history
bundler 3.5 was released today, which requires ruby >= 3.0 (jruby >=
9.4), which the 3.4 addon will fail trying to install. the 3.4 addon
will not be receiving anymore updates, so just stop testing it

Signed-off-by: Cody Cutrer <cody@cutrer.us>
  • Loading branch information
ccutrer authored Dec 15, 2023
1 parent 4ddbd54 commit 3e90412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ jobs:
strategy:
matrix:
openhab_version: ${{ fromJson(needs.openhab-matrix.outputs.openhab_matrix) }}
exclude:
- openhab_version: 3.4.5
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 3e90412

Please sign in to comment.