Skip to content

Commit

Permalink
add humble distro to pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamerKhshiboun committed Sep 29, 2022
1 parent 2a65533 commit b7560d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distro: [galactic, foxy]
ros_distro: [humble,galactic, foxy]
include:
- ros_distro: 'humble'
os: ubuntu-22.04
- ros_distro: 'galactic'
os: ubuntu-20.04
- ros_distro: 'foxy'
Expand Down

0 comments on commit b7560d7

Please sign in to comment.