File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed
Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 luacheck :
9- runs-on : ubuntu-22.04
9+ runs-on : ubuntu-latest
1010 if : |
1111 github.event_name == 'push' ||
1212 github.event_name == 'pull_request' &&
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 : |
3232 run : ./.rocks/bin/luacheck .
3333
3434 golangci-lint :
35- runs-on : ubuntu-22.04
35+ runs-on : ubuntu-latest
3636 if : |
3737 github.event_name == 'push' ||
3838 github.event_name == 'pull_request' &&
5757 args : --out-${NO_FUTURE}format colored-line-number --config=.golangci.yaml
5858
5959 codespell :
60- runs-on : ubuntu-22.04
60+ runs-on : ubuntu-latest
6161 if : |
6262 github.event_name == 'push' ||
6363 github.event_name == 'pull_request' &&
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 run_tests :
14- runs-on : ubuntu-22.04
14+ runs-on : ubuntu-latest
1515 steps :
1616 - name : Clone the go-tarantool connector
1717 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2121 github.event.pull_request.head.repo.full_name != github.repository) ||
2222 (github.event_name == 'workflow_dispatch')
2323
24- # We could replace it with ubuntu-latest after fixing the bug:
25- # https://github.com/tarantool/setup-tarantool/issues/37
26- runs-on : ubuntu-22.04
24+ runs-on : ubuntu-latest
2725
2826 strategy :
2927 fail-fast : false
3331 - ' stable'
3432 tarantool :
3533 - ' 1.10'
36- - ' 2.8 '
37- - ' 2.10 '
34+ - ' 2.11 '
35+ - ' 3.4 '
3836 - ' master'
3937 coveralls : [false]
4038 fuzzing : [false]
6563
6664 - name : Setup Tarantool ${{ matrix.tarantool }}
6765 if : matrix.tarantool != 'master'
68- uses : tarantool/setup-tarantool@v2
66+ uses : tarantool/setup-tarantool@v4
6967 with :
7068 tarantool-version : ${{ matrix.tarantool }}
7169
You can’t perform that action at this time.
0 commit comments