We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1876da commit 49841f4Copy full SHA for 49841f4
1 file changed
.github/workflows/main.yml
@@ -7,7 +7,9 @@ jobs:
7
strategy:
8
matrix:
9
env:
10
- - {ROS_DISTRO: foxy}
+ - {ROS_DISTRO: humble}
11
+ - {ROS_DISTRO: jazzy}
12
+ - {ROS_DISTRO: kilted}
13
- {ROS_DISTRO: rolling}
14
runs-on: ubuntu-latest
15
steps:
0 commit comments