Skip to content

Commit

Permalink
Update distros for prerelease test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored and VinDp committed May 23, 2024
1 parent 80aee07 commit 1f20f05
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble, iron, rolling]
OS_VERSION: [jammy]
include:
- ROS_DISTRO: melodic
OS_VERSION: bionic
- ROS_DISTRO: noetic
OS_VERSION: focal
- ROS_DISTRO: humble
OS_VERSION: jammy
- ROS_DISTRO: iron
OS_VERSION: jammy
- ROS_DISTRO: jazzy
OS_VERSION: noble
- ROS_DISTRO: rolling
OS_VERSION: noble

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 1f20f05

Please sign in to comment.