File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ jobs:
13
13
fail-fast : false
14
14
matrix :
15
15
ros_distribution :
16
- - foxy
17
- - galactic
18
16
- humble
17
+ - iron
18
+ - jazzy
19
19
- rolling
20
20
include :
21
- # Foxy Fitzroy (June 2020 - May 2023)
22
- - docker_image : rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-latest
23
- ros_distribution : foxy
24
- ros_version : 2
25
- # Galactic Geochelone (May 2021 - November 2022)
26
- - docker_image : rostooling/setup-ros-docker:ubuntu-focal-ros-galactic-ros-base-latest
27
- ros_distribution : galactic
28
- ros_version : 2
29
21
# Humble Hawksbill (May 2022 - May 2027)
30
22
- docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
31
23
ros_distribution : humble
32
24
ros_version : 2
25
+ # Iron Irwini (May 2023 - November 2024)
26
+ - docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-ros-base-latest
27
+ ros_distribution : iron
28
+ ros_version : 2
29
+ # Jazzy Jalisco (May 2024 - May 2029)
30
+ - docker_image : rostooling/setup-ros-docker:ubuntu-noble-ros-jazzy-ros-base-latest
31
+ ros_distribution : jazzy
32
+ ros_version : 2
33
33
# Rolling Ridley (June 2020 - Present)
34
34
- docker_image : rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-ros-base-latest
35
35
ros_distribution : rolling
You can’t perform that action at this time.
0 commit comments