Skip to content

Commit

Permalink
bump test version to 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
olegrok committed Jun 28, 2022
1 parent 268400b commit c456878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fast_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
tarantool:
- '2.8'
- '2.10'

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: tarantool/setup-tarantool@v1
with:
tarantool-version: '2.8'
tarantool-version: '2.10'
# Make a release
- run: echo TAG=${GITHUB_REF##*/} >> $GITHUB_ENV
- run: tarantoolctl rocks new_version --tag ${{ env.TAG }}
Expand Down

0 comments on commit c456878

Please sign in to comment.