Skip to content

Commit 379a0e5

Browse files
committed
ci: update GitHub Actions workflows
* Upgrade tarantool/setup-tarantool action to v4. * Update Tarantool versions in the testing matrix to 2.11 and 3.4.
1 parent 44917a0 commit 379a0e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: actions/checkout@master
1616

1717
- name: Setup Tarantool
18-
uses: tarantool/setup-tarantool@v2
18+
uses: tarantool/setup-tarantool@v3
1919
with:
20-
tarantool-version: '2.8'
20+
tarantool-version: '3.4'
2121

2222
- name: Setup tt
2323
run: |

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- 'stable'
3434
tarantool:
3535
- '1.10'
36-
- '2.8'
37-
- '2.10'
36+
- '2.11'
37+
- '3.4'
3838
- 'master'
3939
coveralls: [false]
4040
fuzzing: [false]
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Setup Tarantool ${{ matrix.tarantool }}
6767
if: matrix.tarantool != 'master'
68-
uses: tarantool/setup-tarantool@v2
68+
uses: tarantool/setup-tarantool@v3
6969
with:
7070
tarantool-version: ${{ matrix.tarantool }}
7171

0 commit comments

Comments
 (0)