Skip to content

Commit 901fac8

Browse files
update crud to latest 1.5.2
1 parent 7f07b4a commit 901fac8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/packing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
curl -L https://tarantool.io/release/2/installer.sh | bash
105105
sudo apt install -y tt
106-
tt rocks install crud 1.4.2
106+
tt rocks install crud 1.5.2
107107
108108
- name: Run tests
109109
run: make test-pure-install
@@ -343,7 +343,7 @@ jobs:
343343
run: |
344344
curl -L https://tarantool.io/release/2/installer.sh | bash
345345
sudo dnf install -y tt
346-
tt rocks install crud 1.4.2
346+
tt rocks install crud 1.5.2
347347
348348
- name: Run tests
349349
run: make test-pure-install
@@ -522,7 +522,7 @@ jobs:
522522
run: |
523523
curl -L https://tarantool.io/release/2/installer.sh | bash
524524
apt install -y tt
525-
tt rocks install crud 1.4.2
525+
tt rocks install crud 1.5.2
526526
527527
- name: Run tests
528528
run: |

.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 1.4.2
46+
tt rocks install crud 1.5.2
4747
4848
- run: make test

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Install the crud module for testing purposes
122122
run: |
123-
tt rocks install crud 1.4.2
123+
tt rocks install crud 1.5.2
124124
125125
- name: Run tests
126126
run: make test
@@ -186,7 +186,7 @@ jobs:
186186
source tarantool-enterprise/env.sh
187187
curl -L https://tarantool.io/release/2/installer.sh | bash
188188
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
190190
191191
- name: Run tests
192192
run: |
@@ -242,7 +242,7 @@ jobs:
242242
run: |
243243
curl -L https://tarantool.io/release/2/installer.sh | bash
244244
sudo apt install -y tt
245-
tt rocks install crud 1.4.2
245+
tt rocks install crud 1.5.2
246246
247247
- name: Run tests
248248
run: make test-pure-install

0 commit comments

Comments
 (0)