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 6
6
7
7
jobs :
8
8
luacheck :
9
- runs-on : ubuntu-22.04
9
+ runs-on : ubuntu-latest
10
10
if : |
11
11
github.event_name == 'push' ||
12
12
github.event_name == 'pull_request' &&
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 : |
32
32
run : ./.rocks/bin/luacheck .
33
33
34
34
golangci-lint :
35
- runs-on : ubuntu-22.04
35
+ runs-on : ubuntu-latest
36
36
if : |
37
37
github.event_name == 'push' ||
38
38
github.event_name == 'pull_request' &&
57
57
args : --out-${NO_FUTURE}format colored-line-number --config=.golangci.yaml
58
58
59
59
codespell :
60
- runs-on : ubuntu-22.04
60
+ runs-on : ubuntu-latest
61
61
if : |
62
62
github.event_name == 'push' ||
63
63
github.event_name == 'pull_request' &&
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
run_tests :
14
- runs-on : ubuntu-22.04
14
+ runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Clone the go-tarantool connector
17
17
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 21
21
github.event.pull_request.head.repo.full_name != github.repository) ||
22
22
(github.event_name == 'workflow_dispatch')
23
23
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
27
25
28
26
strategy :
29
27
fail-fast : false
33
31
- ' stable'
34
32
tarantool :
35
33
- ' 1.10'
36
- - ' 2.8 '
37
- - ' 2.10 '
34
+ - ' 2.11 '
35
+ - ' 3.4 '
38
36
- ' master'
39
37
coveralls : [false]
40
38
fuzzing : [false]
65
63
66
64
- name : Setup Tarantool ${{ matrix.tarantool }}
67
65
if : matrix.tarantool != 'master'
68
- uses : tarantool/setup-tarantool@v2
66
+ uses : tarantool/setup-tarantool@v4
69
67
with :
70
68
tarantool-version : ${{ matrix.tarantool }}
71
69
You can’t perform that action at this time.
0 commit comments