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 4343 run : |
4444 curl -L https://tarantool.io/release/2/installer.sh | bash
4545 sudo apt install -y tt
46- tt rocks install crud
46+ tt rocks install crud 1.4.2
4747
4848 - run : make test
Original file line number Diff line number Diff line change 3030 - ' 2.11'
3131 - ' master'
3232 python :
33+ - ' 3.8'
3334 - ' 3.9'
3435 - ' 3.10'
3536 - ' 3.11'
@@ -119,7 +120,7 @@ jobs:
119120
120121 - name : Install the crud module for testing purposes
121122 run : |
122- tt rocks install crud
123+ tt rocks install crud 1.4.2
123124
124125 - name : Run tests
125126 run : make test
@@ -185,7 +186,7 @@ jobs:
185186 source tarantool-enterprise/env.sh
186187 curl -L https://tarantool.io/release/2/installer.sh | bash
187188 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
189190
190191 - name : Run tests
191192 run : |
@@ -241,7 +242,7 @@ jobs:
241242 run : |
242243 curl -L https://tarantool.io/release/2/installer.sh | bash
243244 sudo apt install -y tt
244- tt rocks install crud
245+ tt rocks install crud 1.4.2
245246
246247 - name : Run tests
247248 run : make test-pure-install
You can’t perform that action at this time.
0 commit comments