File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@master
16
16
17
17
- name : Setup Tarantool
18
- uses : tarantool/setup-tarantool@v2
18
+ uses : tarantool/setup-tarantool@v4
19
19
with :
20
- tarantool-version : ' 2.8 '
20
+ tarantool-version : ' 3.4 '
21
21
22
22
- name : Setup tt
23
23
run : |
Original file line number Diff line number Diff line change 36
36
- name : Setup golang for connector and tests
37
37
uses : actions/setup-go@v5
38
38
with :
39
- go-version : ' 1.20 '
39
+ go-version : ' 1.24 '
40
40
41
41
- name : Setup tt
42
42
run : |
Original file line number Diff line number Diff line change @@ -29,22 +29,22 @@ jobs:
29
29
fail-fast : false
30
30
matrix :
31
31
golang :
32
- - ' 1.20 '
32
+ - ' 1.24 '
33
33
- ' stable'
34
34
tarantool :
35
35
- ' 1.10'
36
- - ' 2.8 '
37
- - ' 2.10 '
36
+ - ' 2.11 '
37
+ - ' 3.4 '
38
38
- ' master'
39
39
coveralls : [false]
40
40
fuzzing : [false]
41
41
include :
42
42
- tarantool : ' master'
43
43
coveralls : true
44
- golang : ' 1.20 '
44
+ golang : ' 1.24 '
45
45
- tarantool : ' master'
46
46
fuzzing : true
47
- golang : ' 1.20 '
47
+ golang : ' 1.24 '
48
48
coveralls : false
49
49
50
50
steps :
65
65
66
66
- name : Setup Tarantool ${{ matrix.tarantool }}
67
67
if : matrix.tarantool != 'master'
68
- uses : tarantool/setup-tarantool@v2
68
+ uses : tarantool/setup-tarantool@v4
69
69
with :
70
70
tarantool-version : ${{ matrix.tarantool }}
71
71
@@ -140,7 +140,7 @@ jobs:
140
140
fail-fast : false
141
141
matrix :
142
142
golang :
143
- - ' 1.20 '
143
+ - ' 1.24 '
144
144
- ' stable'
145
145
runs-on :
146
146
- macos-13
You can’t perform that action at this time.
0 commit comments