Skip to content

Commit 965bb6c

Browse files
no1semanTotktonada
authored andcommitted
Bump Tarantool and tools versions in tests
Based on PR #18 by @no1seman
1 parent a20e597 commit 965bb6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: tarantool/setup-tarantool@v1
1515
with:
16-
tarantool-version: '2.7'
16+
tarantool-version: '2.8'
1717

1818
- run: echo "TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
1919
- run: tarantoolctl rocks new_version --tag $TAG

.github/workflows/test_on_push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login != 'tarantool'
1212
strategy:
1313
matrix:
14-
tarantool-version: ["1.10", "2.7"]
14+
tarantool-version: ["1.10", "2.8"]
1515
fail-fast: false
1616
runs-on: [ubuntu-20.04]
1717
steps:
@@ -22,8 +22,8 @@ jobs:
2222

2323
- name: Install dependencies
2424
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
2727
tarantoolctl rocks make
2828
2929
- name: Run linter

0 commit comments

Comments
 (0)