Skip to content

Commit

Permalink
change GA to LTS branches for diff Ruby versions
Browse files Browse the repository at this point in the history
update CHANGELOG.md
  • Loading branch information
brianlball committed May 8, 2024
1 parent 836b1e5 commit 9d7bdd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/openstudio-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
shell: bash
run: "sudo apt install -y ruby && ruby -v" # ruby anye tests here when ready
ubuntu-2004: # ruby 2.7 workflow
if: github.ref == 'refs/heads/develop'
if: github.event.pull_request.base.ref == '1.3.X-LTS' # check target branch of pr
runs-on: ubuntu-20.04
steps:
-
Expand All @@ -39,7 +39,6 @@ jobs:
nrel/openstudio:3.7.0 \
/bin/bash -c "bundle install && bundle exec rake"
ubuntu-2204: # ruby 3.2 workflow in 22.04
if: github.ref == 'refs/heads/ruby_322'
runs-on: ubuntu-22.04
steps:
- name: Check out repository
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
OpenStudio(R) Analysis Gem Change Log
==================================

Version 1.4.0
-------------
* Ruby 3.2 and OpenStudio 3.8.0

Version 1.3.7
-------------
* Add move_measure_after()
Expand Down

0 comments on commit 9d7bdd4

Please sign in to comment.