16
16
platform :
17
17
- {os: debian, dist: bullseye}
18
18
- {os: ubuntu, dist: focal}
19
+ - {os: ubuntu, dist: jammy}
19
20
- {os: centos, dist: 7}
20
21
- {os: centos, dist: 8}
21
22
- {os: fedora, dist: 34}
23
+ - {os: fedora, dist: 35}
24
+ - {os: fedora, dist: 36}
22
25
23
26
runs-on : ubuntu-latest
24
27
steps :
63
66
platform :
64
67
- {os: debian, dist: bullseye}
65
68
- {os: ubuntu, dist: focal}
69
+ - {os: ubuntu, dist: jammy}
66
70
- {os: centos, dist: 7}
67
71
- {os: centos, dist: 8}
68
72
- {os: fedora, dist: 34}
73
+ - {os: fedora, dist: 35}
74
+ - {os: fedora, dist: 36}
69
75
tarantool :
70
76
# Verify on oldest and newest tarantool versions.
71
77
#
@@ -74,14 +80,20 @@ jobs:
74
80
# executable and when the module falls back to the
75
81
# system libcurl.
76
82
- release/1.10.7
77
- - live /2.9
83
+ - release /2.10.0
78
84
exclude :
79
85
# Tarantool 1.10.7 release is not supported on
80
- # debian:bullseye and fedora:34.
86
+ # debian:bullseye, ubuntu:jammy and fedora:34,35,36 .
81
87
- platform : {os: debian, dist: bullseye}
82
88
tarantool : release/1.10.7
89
+ - platform : {os: ubuntu, dist: jammy}
90
+ tarantool : release/1.10.7
83
91
- platform : {os: fedora, dist: 34}
84
92
tarantool : release/1.10.7
93
+ - platform : {os: fedora, dist: 35}
94
+ tarantool : release/1.10.7
95
+ - platform : {os: fedora, dist: 36}
96
+ tarantool : release/1.10.7
85
97
86
98
env :
87
99
# Prevent packages like tzdata from asking configuration
@@ -125,6 +137,9 @@ jobs:
125
137
T_VERSION="${T##*/}"
126
138
if [ "${T_KIND}" = release ]; then
127
139
T_SERIES="${T_VERSION%.*}"
140
+ if [ "${T_SERIES}" = "2.10" ]; then
141
+ T_SERIES="2"
142
+ fi
128
143
else
129
144
T_SERIES="${T_VERSION}"
130
145
fi
0 commit comments