File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -104,20 +104,16 @@ jobs:
104
104
fail-fast : false
105
105
matrix :
106
106
ros_distribution :
107
- - foxy
108
- - galactic
109
107
- humble
108
+ - iron
110
109
- rolling
111
110
include :
112
- # Foxy Fitzroy (June 2020 - May 2023)
113
- - ros_distribution : foxy
114
- docker_image : rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-latest
115
- # Galactic Geochelone (May 2021 - November 2022)
116
- - ros_distribution : galactic
117
- docker_image : rostooling/setup-ros-docker:ubuntu-focal-ros-galactic-ros-base-latest
118
111
# Humble Hawksbill (May 2022 - May 2027)
119
112
- ros_distribution : humble
120
113
docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
114
+ # Iron Irwini (May 2023 - November 2024)
115
+ - ros_distribution : iron
116
+ docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-ros-base-latest
121
117
# Rolling Ridley (June 2020 - Present)
122
118
- ros_distribution : rolling
123
119
docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
You can’t perform that action at this time.
0 commit comments