Skip to content

Commit

Permalink
Bump Tarantool and tools versions in tests
Browse files Browse the repository at this point in the history
Based on PR #18 by @no1seman
  • Loading branch information
no1seman authored and DifferentialOrange committed Nov 15, 2021
1 parent 1a2f46b commit 3bd94b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: tarantool/setup-tarantool@v1
with:
tarantool-version: '2.7'
tarantool-version: '2.8'

- run: echo "TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
- run: tarantoolctl rocks new_version --tag $TAG
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login != 'tarantool'
strategy:
matrix:
tarantool-version: ["1.10", "2.7"]
tarantool-version: ["1.10", "2.8"]
fail-fast: false
runs-on: [ubuntu-20.04]
steps:
Expand All @@ -22,8 +22,8 @@ jobs:

- name: Install dependencies
run: |
tarantoolctl rocks install luatest 0.5.2
tarantoolctl rocks install luacheck 0.25.0
tarantoolctl rocks install luatest 0.5.5
tarantoolctl rocks install luacheck 0.26.0
tarantoolctl rocks make
- name: Run linter
Expand Down

0 comments on commit 3bd94b4

Please sign in to comment.