From 0f5203523255bb6d1a5dd83ee936fc557193bd56 Mon Sep 17 00:00:00 2001 From: Sergey Ostanevich Date: Wed, 30 Oct 2024 16:04:04 +0300 Subject: [PATCH 1/3] add 3.2.1 to testing matrix --- .github/actions/setup-tarantool/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/actions/setup-tarantool/action.yml b/.github/actions/setup-tarantool/action.yml index 63487dafb..7cfca58b4 100644 --- a/.github/actions/setup-tarantool/action.yml +++ b/.github/actions/setup-tarantool/action.yml @@ -14,6 +14,12 @@ runs: with: tarantool-version: '2.11' + - name: Setup Tarantool 3.1.2 + if: startsWith(inputs.runs-on, 'ubuntu') + uses: tarantool/setup-tarantool@v1 + with: + tarantool-version: '3.2.1' + - name: Setup stable Tarantool version from brew if: startsWith(inputs.runs-on, 'macos') run: brew install tarantool From a54af270c0f381efae1347a7ed8b027d946d2242 Mon Sep 17 00:00:00 2001 From: Sergey Ostanevich Date: Wed, 30 Oct 2024 17:28:20 +0300 Subject: [PATCH 2/3] Update action.yml --- .github/actions/setup-tarantool/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-tarantool/action.yml b/.github/actions/setup-tarantool/action.yml index 7cfca58b4..49ba24940 100644 --- a/.github/actions/setup-tarantool/action.yml +++ b/.github/actions/setup-tarantool/action.yml @@ -14,11 +14,11 @@ runs: with: tarantool-version: '2.11' - - name: Setup Tarantool 3.1.2 + - name: Setup Tarantool 3.2 if: startsWith(inputs.runs-on, 'ubuntu') uses: tarantool/setup-tarantool@v1 with: - tarantool-version: '3.2.1' + tarantool-version: '3.2' - name: Setup stable Tarantool version from brew if: startsWith(inputs.runs-on, 'macos') From 376d6568c755e7b295a9ba353cb31fbbf64aebfd Mon Sep 17 00:00:00 2001 From: Sergey Ostanevich Date: Wed, 30 Oct 2024 18:23:52 +0300 Subject: [PATCH 3/3] Update action.yml --- .github/actions/setup-tarantool/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-tarantool/action.yml b/.github/actions/setup-tarantool/action.yml index 49ba24940..9786195da 100644 --- a/.github/actions/setup-tarantool/action.yml +++ b/.github/actions/setup-tarantool/action.yml @@ -16,7 +16,7 @@ runs: - name: Setup Tarantool 3.2 if: startsWith(inputs.runs-on, 'ubuntu') - uses: tarantool/setup-tarantool@v1 + uses: tarantool/setup-tarantool@v3 with: tarantool-version: '3.2'