Skip to content

Commit 6b35db7

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 6b35db7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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@v4
1919
with:
20-
tarantool-version: '2.8'
20+
tarantool-version: '3.4'
2121

2222
- name: Setup tt
2323
run: |

.github/workflows/reusable_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup golang for connector and tests
3737
uses: actions/setup-go@v5
3838
with:
39-
go-version: '1.20'
39+
go-version: '1.24'
4040

4141
- name: Setup tt
4242
run: |

.github/workflows/testing.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
golang:
32-
- '1.20'
32+
- '1.24'
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]
4141
include:
4242
- tarantool: 'master'
4343
coveralls: true
44-
golang: '1.20'
44+
golang: '1.24'
4545
- tarantool: 'master'
4646
fuzzing: true
47-
golang: '1.20'
47+
golang: '1.24'
4848
coveralls: false
4949

5050
steps:
@@ -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@v4
6969
with:
7070
tarantool-version: ${{ matrix.tarantool }}
7171

@@ -140,7 +140,7 @@ jobs:
140140
fail-fast: false
141141
matrix:
142142
golang:
143-
- '1.20'
143+
- '1.24'
144144
- 'stable'
145145
runs-on:
146146
- macos-13

0 commit comments

Comments
 (0)