Skip to content

Commit a5d6d13

Browse files
committed
ci: update 3-digit version test to 1.10.14
Previously it was trying to install 1.10.12, which looks like it is not in our repository right now.
1 parent d0395dd commit a5d6d13

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/test.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ jobs:
106106
#
107107
# It performs the following steps and checks.
108108
#
109-
# - install 1.10.12
109+
# - install 1.10.14
110110
# - checks: version, non-cached
111111
# - uninstall tarantool
112-
# - install 1.10.12
112+
# - install 1.10.14
113113
# - checks: version, cached
114114
# - install 1.10.LATEST
115115
# - checks: version, non-cached
@@ -125,29 +125,29 @@ jobs:
125125
with:
126126
tarantool-series: '1.10'
127127

128-
- name: Install 1.10.12 (non-cached)
128+
- name: Install 1.10.14 (non-cached)
129129
uses: ./
130130
with:
131-
tarantool-version: '1.10.12'
131+
tarantool-version: '1.10.14'
132132
nightly-build: false
133133

134134
- uses: ./.github/actions/verify-version
135135
with:
136-
tarantool-version: '1.10.12-0'
136+
tarantool-version: '1.10.14-0'
137137
from-cache: false
138138

139139
- name: Uninstall tarantool
140140
run: sudo apt-get -y remove tarantool tarantool-dev tarantool-common
141141

142-
- name: Install 1.10.12 (cached)
142+
- name: Install 1.10.14 (cached)
143143
uses: ./
144144
with:
145-
tarantool-version: '1.10.12'
145+
tarantool-version: '1.10.14'
146146
nightly-build: false
147147

148148
- uses: ./.github/actions/verify-version
149149
with:
150-
tarantool-version: '1.10.12-0'
150+
tarantool-version: '1.10.14-0'
151151
from-cache: true
152152

153153
- name: Install 1.10.LATEST (non-cached)
@@ -165,7 +165,7 @@ jobs:
165165
# without any problem after a three digit version (not a latest
166166
# one).
167167
#
168-
# - install 1.10.12
168+
# - install 1.10.14
169169
# - checks: version, non-cached
170170
# - uninstall tarantool
171171
# - install 1.10
@@ -182,15 +182,15 @@ jobs:
182182
with:
183183
tarantool-series: '1.10'
184184

185-
- name: Install 1.10.12 (non-cached)
185+
- name: Install 1.10.14 (non-cached)
186186
uses: ./
187187
with:
188-
tarantool-version: '1.10.12'
188+
tarantool-version: '1.10.14'
189189
nightly-build: false
190190

191191
- uses: ./.github/actions/verify-version
192192
with:
193-
tarantool-version: '1.10.12-0'
193+
tarantool-version: '1.10.14-0'
194194
from-cache: false
195195

196196
- name: Uninstall tarantool

0 commit comments

Comments
 (0)