File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 43
43
run : |
44
44
curl -L https://tarantool.io/release/2/installer.sh | bash
45
45
sudo apt install -y tt
46
- tt rocks install crud
46
+ tt rocks install crud 1.4.2
47
47
48
48
- run : make test
Original file line number Diff line number Diff line change 30
30
- ' 2.11'
31
31
- ' master'
32
32
python :
33
+ - ' 3.8'
33
34
- ' 3.9'
34
35
- ' 3.10'
35
36
- ' 3.11'
@@ -119,7 +120,7 @@ jobs:
119
120
120
121
- name : Install the crud module for testing purposes
121
122
run : |
122
- tt rocks install crud
123
+ tt rocks install crud 1.4.2
123
124
124
125
- name : Run tests
125
126
run : make test
@@ -185,7 +186,7 @@ jobs:
185
186
source tarantool-enterprise/env.sh
186
187
curl -L https://tarantool.io/release/2/installer.sh | bash
187
188
sudo apt install -y tt
188
- tt rocks install crud TARANTOOL_DIR=$PWD/tarantool-enterprise
189
+ tt rocks install crud 1.4.2 TARANTOOL_DIR=$PWD/tarantool-enterprise
189
190
190
191
- name : Run tests
191
192
run : |
@@ -241,7 +242,7 @@ jobs:
241
242
run : |
242
243
curl -L https://tarantool.io/release/2/installer.sh | bash
243
244
sudo apt install -y tt
244
- tt rocks install crud
245
+ tt rocks install crud 1.4.2
245
246
246
247
- name : Run tests
247
248
run : make test-pure-install
You can’t perform that action at this time.
0 commit comments