File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 31
31
tarantool :
32
32
- ' 1.10'
33
33
- ' 2.8'
34
- - ' 2.9 '
34
+ - ' 2.10 '
35
35
- ' 2.x-latest'
36
36
coveralls : [false]
37
37
fuzzing : [false]
48
48
- name : Clone the connector
49
49
uses : actions/checkout@v2
50
50
51
- - name : Setup Tarantool ${{ matrix.tarantool }}
52
- if : matrix.tarantool != '2.x-latest'
51
+ - name : Setup Tarantool ${{ matrix.tarantool }} (< 2.10)
52
+ if : matrix.tarantool != '2.x-latest' && matrix.tarantool != '2.10'
53
53
uses : tarantool/setup-tarantool@v1
54
54
with :
55
55
tarantool-version : ${{ matrix.tarantool }}
60
60
curl -L https://tarantool.io/pre-release/2/installer.sh | sudo bash
61
61
sudo apt install -y tarantool tarantool-dev
62
62
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
+
63
69
- name : Setup golang for the connector and tests
64
70
uses : actions/setup-go@v2
65
71
with :
You can’t perform that action at this time.
0 commit comments