File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
run : |
104
104
curl -L https://tarantool.io/release/2/installer.sh | bash
105
105
sudo apt install -y tt
106
- tt rocks install crud 1.4 .2
106
+ tt rocks install crud 1.5 .2
107
107
108
108
- name : Run tests
109
109
run : make test-pure-install
@@ -343,7 +343,7 @@ jobs:
343
343
run : |
344
344
curl -L https://tarantool.io/release/2/installer.sh | bash
345
345
sudo dnf install -y tt
346
- tt rocks install crud 1.4 .2
346
+ tt rocks install crud 1.5 .2
347
347
348
348
- name : Run tests
349
349
run : make test-pure-install
@@ -522,7 +522,7 @@ jobs:
522
522
run : |
523
523
curl -L https://tarantool.io/release/2/installer.sh | bash
524
524
apt install -y tt
525
- tt rocks install crud 1.4 .2
525
+ tt rocks install crud 1.5 .2
526
526
527
527
- name : Run tests
528
528
run : |
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 1.4 .2
46
+ tt rocks install crud 1.5 .2
47
47
48
48
- run : make test
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
121
121
- name : Install the crud module for testing purposes
122
122
run : |
123
- tt rocks install crud 1.4 .2
123
+ tt rocks install crud 1.5 .2
124
124
125
125
- name : Run tests
126
126
run : make test
@@ -186,7 +186,7 @@ jobs:
186
186
source tarantool-enterprise/env.sh
187
187
curl -L https://tarantool.io/release/2/installer.sh | bash
188
188
sudo apt install -y tt
189
- tt rocks install crud 1.4 .2 TARANTOOL_DIR=$PWD/tarantool-enterprise
189
+ tt rocks install crud 1.5 .2 TARANTOOL_DIR=$PWD/tarantool-enterprise
190
190
191
191
- name : Run tests
192
192
run : |
@@ -242,7 +242,7 @@ jobs:
242
242
run : |
243
243
curl -L https://tarantool.io/release/2/installer.sh | bash
244
244
sudo apt install -y tt
245
- tt rocks install crud 1.4 .2
245
+ tt rocks install crud 1.5 .2
246
246
247
247
- name : Run tests
248
248
run : make test-pure-install
You can’t perform that action at this time.
0 commit comments