Skip to content

Commit a060958

Browse files
revert crud to 1.4.2
1 parent f015eea commit a060958

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/packing.yml

+3-3
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.5.2
106+
tt rocks install crud 1.4.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.5.2
346+
tt rocks install crud 1.4.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.5.2
525+
tt rocks install crud 1.4.2
526526
527527
- name: Run tests
528528
run: |

.github/workflows/reusable_testing.yml

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

.github/workflows/testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Install the crud module for testing purposes
126126
run: |
127-
tt rocks install crud 1.5.2
127+
tt rocks install crud 1.4.2
128128
129129
- name: Run tests
130130
run: make test
@@ -190,7 +190,7 @@ jobs:
190190
source tarantool-enterprise/env.sh
191191
curl -L https://tarantool.io/release/2/installer.sh | bash
192192
sudo apt install -y tt
193-
tt rocks install crud 1.5.2 TARANTOOL_DIR=$PWD/tarantool-enterprise
193+
tt rocks install crud 1.4.2 TARANTOOL_DIR=$PWD/tarantool-enterprise
194194
195195
- name: Run tests
196196
run: |
@@ -246,7 +246,7 @@ jobs:
246246
run: |
247247
curl -L https://tarantool.io/release/2/installer.sh | bash
248248
sudo apt install -y tt
249-
tt rocks install crud 1.5.2
249+
tt rocks install crud 1.4.2
250250
251251
- name: Run tests
252252
run: make test-pure-install

0 commit comments

Comments
 (0)