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 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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 :
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
You can’t perform that action at this time.
0 commit comments