File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v2
14
14
- uses : tarantool/setup-tarantool@v1
15
15
with :
16
- tarantool-version : ' 2.7 '
16
+ tarantool-version : ' 2.8 '
17
17
18
18
- run : echo "TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
19
19
- run : tarantoolctl rocks new_version --tag $TAG
Original file line number Diff line number Diff line change 11
11
github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login != 'tarantool'
12
12
strategy :
13
13
matrix :
14
- tarantool-version : ["1.10", "2.7 "]
14
+ tarantool-version : ["1.10", "2.8 "]
15
15
fail-fast : false
16
16
runs-on : [ubuntu-20.04]
17
17
steps :
22
22
23
23
- name : Install dependencies
24
24
run : |
25
- tarantoolctl rocks install luatest 0.5.2
26
- tarantoolctl rocks install luacheck 0.25 .0
25
+ tarantoolctl rocks install luatest 0.5.5
26
+ tarantoolctl rocks install luacheck 0.26 .0
27
27
tarantoolctl rocks make
28
28
29
29
- name : Run linter
You can’t perform that action at this time.
0 commit comments