Skip to content

Commit 7077613

Browse files
Modify Python and Julia versions in CI workflow
Updated Python and Julia versions for various ROS distributions in the workflow configuration.
1 parent 5fae7be commit 7077613

File tree

1 file changed

+59
-9
lines changed

1 file changed

+59
-9
lines changed

.github/workflows/test-all-distribution.yml

Lines changed: 59 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,38 @@ jobs:
1919
- ros: humble
2020
os: ubuntu-22.04
2121
ros_distro: humble
22-
python: '3.10'
22+
python: '3.8'
2323
julia: 'lts'
2424
- ros: humble
2525
os: ubuntu-22.04
2626
ros_distro: humble
27-
python: '3.10'
27+
python: '3.8'
2828
julia: '1'
2929
- ros: humble
3030
os: ubuntu-22.04
3131
ros_distro: humble
32-
python: '3.8'
33-
julia: '1'
32+
python: '3.9'
33+
julia: 'lts'
3434
- ros: humble
3535
os: ubuntu-22.04
3636
ros_distro: humble
3737
python: '3.9'
3838
julia: '1'
39+
- ros: humble
40+
os: ubuntu-22.04
41+
ros_distro: humble
42+
python: '3.10'
43+
julia: 'lts'
44+
- ros: humble
45+
os: ubuntu-22.04
46+
ros_distro: humble
47+
python: '3.10'
48+
julia: '1'
49+
- ros: humble
50+
os: ubuntu-22.04
51+
ros_distro: humble
52+
python: '3.11'
53+
julia: 'lts'
3954
- ros: humble
4055
os: ubuntu-22.04
4156
ros_distro: humble
@@ -44,43 +59,78 @@ jobs:
4459
- ros: jazzy
4560
os: ubuntu-24.04
4661
ros_distro: jazzy
47-
python: '3.12'
62+
python: '3.10'
4863
julia: 'lts'
4964
- ros: jazzy
5065
os: ubuntu-24.04
5166
ros_distro: jazzy
52-
python: '3.12'
67+
python: '3.10'
5368
julia: '1'
5469
- ros: jazzy
5570
os: ubuntu-24.04
5671
ros_distro: jazzy
57-
python: '3.10'
58-
julia: '1'
72+
python: '3.11'
73+
julia: 'lts'
5974
- ros: jazzy
6075
os: ubuntu-24.04
6176
ros_distro: jazzy
6277
python: '3.11'
6378
julia: '1'
79+
- ros: jazzy
80+
os: ubuntu-24.04
81+
ros_distro: jazzy
82+
python: '3.12'
83+
julia: 'lts'
84+
- ros: jazzy
85+
os: ubuntu-24.04
86+
ros_distro: jazzy
87+
python: '3.12'
88+
julia: '1'
89+
- ros: jazzy
90+
os: ubuntu-24.04
91+
ros_distro: jazzy
92+
python: '3.13'
93+
julia: 'lts'
6494
- ros: jazzy
6595
os: ubuntu-24.04
6696
ros_distro: jazzy
6797
python: '3.13'
6898
julia: '1'
99+
- ros: rolling
100+
os: ubuntu-24.04
101+
ros_distro: rolling
102+
python: '3.10'
103+
julia: 'lts'
69104
- ros: rolling
70105
os: ubuntu-24.04
71106
ros_distro: rolling
72107
python: '3.10'
73108
julia: '1'
109+
- ros: rolling
110+
os: ubuntu-24.04
111+
ros_distro: rolling
112+
python: '3.11'
113+
julia: 'lts'
74114
- ros: rolling
75115
os: ubuntu-24.04
76116
ros_distro: rolling
77117
python: '3.11'
78118
julia: '1'
119+
- ros: rolling
120+
os: ubuntu-24.04
121+
ros_distro: rolling
122+
python: '3.12'
123+
julia: 'lts'
79124
- ros: rolling
80125
os: ubuntu-24.04
81126
ros_distro: rolling
82127
python: '3.12'
83128
julia: '1'
129+
- ros: rolling
130+
os: ubuntu-24.04
131+
ros_distro: rolling
132+
python: '3.13'
133+
julia: 'lts'
84134
- ros: rolling
85135
os: ubuntu-24.04
86136
ros_distro: rolling
@@ -125,4 +175,4 @@ jobs:
125175
files: ./lcov.info
126176
flags: unittests-${{ matrix.ros }}-python${{ matrix.python }}
127177
name: codecov-${{ matrix.ros }}-py${{ matrix.python }}
128-
fail_ci_if_error: false
178+
fail_ci_if_error: false

0 commit comments

Comments
 (0)