Skip to content

Commit

Permalink
[CI] Enable rolling and jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt committed May 25, 2024
1 parent 127a872 commit edf29bf
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, PRERELEASE: true}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit edf29bf

Please sign in to comment.