Skip to content

Commit 5e2eeee

Browse files
revert wsl changes
1 parent 0dc5eae commit 5e2eeee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
matrix:
279279
# Use reduced test matrix cause Windows pipelines are long.
280280
tarantool:
281-
- '3.3.1-1'
281+
- '2.11.0.g247a9a418-1'
282282
python:
283283
- '3.11'
284284

@@ -305,7 +305,7 @@ jobs:
305305
- name: Install tarantool ${{ matrix.tarantool }} for WSL (2.10 and newer)
306306
shell: wsl-bash_Ubuntu-22.04 {0}
307307
run: |
308-
curl -L https://tarantool.io/release/3/installer.sh | bash -s
308+
curl -L https://tarantool.io/release/2/installer.sh | bash -s
309309
sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
310310
311311
- name: Setup test tarantool instance
@@ -347,7 +347,7 @@ jobs:
347347
matrix:
348348
# Use reduced test matrix cause Windows pipelines are long.
349349
tarantool:
350-
- '3.3.1-1'
350+
- '2.11.0.g247a9a418-1'
351351
python:
352352
- '3.11'
353353
steps:
@@ -376,7 +376,7 @@ jobs:
376376
- name: Install tarantool ${{ matrix.tarantool }} for WSL
377377
shell: wsl-bash_Ubuntu-22.04 {0}
378378
run: |
379-
curl -L https://tarantool.io/release/3/installer.sh | bash -s
379+
curl -L https://tarantool.io/release/2/installer.sh | bash -s
380380
sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
381381
382382
- name: Setup test tarantool instance

0 commit comments

Comments
 (0)