We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e958e85 commit 0cb6847Copy full SHA for 0cb6847
.github/workflows/flexbe_ci.yml
@@ -8,16 +8,20 @@ jobs:
8
test:
9
strategy:
10
matrix:
11
- ros: [jazzy] #, rolling]
+ ros: [jazzy, kilted, rolling]
12
include:
13
- # - os: ubuntu-24.04
14
- # ros: rolling
15
- # python: python3
16
- # ci_branch: ros2-devel
17
- os: ubuntu-24.04
18
ros: jazzy
19
python: python3
20
ci_branch: ros2-devel
+ - os: ubuntu-24.04
+ ros: kilted
+ ci_branch: ros2-devel
+ python: python3
21
22
+ ros: rolling
23
24
25
26
runs-on: ${{ matrix.os }}
27
env:
0 commit comments