Skip to content

Commit 67e1ac7

Browse files
штыефдд 2ю10 ащк ыштвщцы
1 parent 0e989cd commit 67e1ac7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/testing.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,20 @@ jobs:
197197
with:
198198
distribution: Ubuntu-20.04
199199

200-
- name: Install tarantool ${{ matrix.tarantool }} for WSL
200+
- name: Install tarantool ${{ matrix.tarantool }} for WSL (2.8 and older)
201+
if: (matrix.tarantool == '1.10') || (matrix.tarantool == '2.8')
201202
shell: wsl-bash_Ubuntu-20.04 {0}
202203
run: |
203204
curl -L https://tarantool.io/installer.sh | VER=${{ matrix.tarantool }} bash -s -- --type "release"
204205
sudo apt install -y tarantool tarantool-dev
205206
207+
- name: Install tarantool ${{ matrix.tarantool }} for WSL (2.10 and newer)
208+
if: (matrix.tarantool != '1.10') && (matrix.tarantool != '2.8')
209+
shell: wsl-bash_Ubuntu-20.04 {0}
210+
run: |
211+
curl -L https://tarantool.io/release/2/installer.sh | sudo bash | VER=2 bash -s -- --type "release"
212+
sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
213+
206214
- name: Setup test tarantool instance
207215
shell: wsl-bash_Ubuntu-20.04 {0}
208216
run: |

0 commit comments

Comments
 (0)