@@ -106,10 +106,10 @@ jobs:
106
106
#
107
107
# It performs the following steps and checks.
108
108
#
109
- # - install 1.10.12
109
+ # - install 1.10.14
110
110
# - checks: version, non-cached
111
111
# - uninstall tarantool
112
- # - install 1.10.12
112
+ # - install 1.10.14
113
113
# - checks: version, cached
114
114
# - install 1.10.LATEST
115
115
# - checks: version, non-cached
@@ -125,29 +125,29 @@ jobs:
125
125
with :
126
126
tarantool-series : ' 1.10'
127
127
128
- - name : Install 1.10.12 (non-cached)
128
+ - name : Install 1.10.14 (non-cached)
129
129
uses : ./
130
130
with :
131
- tarantool-version : ' 1.10.12 '
131
+ tarantool-version : ' 1.10.14 '
132
132
nightly-build : false
133
133
134
134
- uses : ./.github/actions/verify-version
135
135
with :
136
- tarantool-version : ' 1.10.12 -0'
136
+ tarantool-version : ' 1.10.14 -0'
137
137
from-cache : false
138
138
139
139
- name : Uninstall tarantool
140
140
run : sudo apt-get -y remove tarantool tarantool-dev tarantool-common
141
141
142
- - name : Install 1.10.12 (cached)
142
+ - name : Install 1.10.14 (cached)
143
143
uses : ./
144
144
with :
145
- tarantool-version : ' 1.10.12 '
145
+ tarantool-version : ' 1.10.14 '
146
146
nightly-build : false
147
147
148
148
- uses : ./.github/actions/verify-version
149
149
with :
150
- tarantool-version : ' 1.10.12 -0'
150
+ tarantool-version : ' 1.10.14 -0'
151
151
from-cache : true
152
152
153
153
- name : Install 1.10.LATEST (non-cached)
@@ -165,7 +165,7 @@ jobs:
165
165
# without any problem after a three digit version (not a latest
166
166
# one).
167
167
#
168
- # - install 1.10.12
168
+ # - install 1.10.14
169
169
# - checks: version, non-cached
170
170
# - uninstall tarantool
171
171
# - install 1.10
@@ -182,15 +182,15 @@ jobs:
182
182
with :
183
183
tarantool-series : ' 1.10'
184
184
185
- - name : Install 1.10.12 (non-cached)
185
+ - name : Install 1.10.14 (non-cached)
186
186
uses : ./
187
187
with :
188
- tarantool-version : ' 1.10.12 '
188
+ tarantool-version : ' 1.10.14 '
189
189
nightly-build : false
190
190
191
191
- uses : ./.github/actions/verify-version
192
192
with :
193
- tarantool-version : ' 1.10.12 -0'
193
+ tarantool-version : ' 1.10.14 -0'
194
194
from-cache : false
195
195
196
196
- name : Uninstall tarantool
0 commit comments