Skip to content

Commit

Permalink
Merge pull request #132 from OctoMap/topic/update-ros2-ci-configs
Browse files Browse the repository at this point in the history
[CI] Enable rolling and jazzy
  • Loading branch information
wxmerkt authored May 25, 2024
2 parents 127a872 + 1664a56 commit bb5eeaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/industrial_ci_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ jobs:
strategy:
matrix:
env:
# - {ROS_DISTRO: rolling}
- {ROS_DISTRO: rolling}
- {ROS_DISTRO: humble, PRERELEASE: true}
- {ROS_DISTRO: iron, PRERELEASE: true}
- {ROS_DISTRO: jazzy}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bb5eeaf

Please sign in to comment.