Skip to content

Commit 87ebfa9

Browse files
fix crud version from tt-ee
1 parent b8b5855 commit 87ebfa9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/reusable_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
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

.github/workflows/testing.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
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

0 commit comments

Comments
 (0)