Skip to content

Commit 691fb7e

Browse files
committed
github-ci: remove Tarantool 2.10 setup workaround
Tarantool 2.10 can be installed with the setup-tarantool GitHub action.
1 parent 61d0739 commit 691fb7e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- name: Clone the connector
4949
uses: actions/checkout@v2
5050

51-
- name: Setup Tarantool ${{ matrix.tarantool }} (< 2.10)
52-
if: matrix.tarantool != '2.x-latest' && matrix.tarantool != '2.10'
51+
- name: Setup Tarantool ${{ matrix.tarantool }}
52+
if: matrix.tarantool != '2.x-latest'
5353
uses: tarantool/setup-tarantool@v1
5454
with:
5555
tarantool-version: ${{ matrix.tarantool }}
@@ -60,12 +60,6 @@ jobs:
6060
curl -L https://tarantool.io/pre-release/2/installer.sh | sudo bash
6161
sudo apt install -y tarantool tarantool-dev
6262
63-
- name: Setup Tarantool 2.10
64-
if: matrix.tarantool == '2.10'
65-
run: |
66-
curl -L https://tarantool.io/tWsLBdI/release/2/installer.sh | bash
67-
sudo apt install -y tarantool tarantool-dev
68-
6963
- name: Setup golang for the connector and tests
7064
uses: actions/setup-go@v2
7165
with:

0 commit comments

Comments
 (0)