Skip to content

Commit c456878

Browse files
committed
bump test version to 2.10
1 parent 268400b commit c456878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fast_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
tarantool:
21-
- '2.8'
21+
- '2.10'
2222

2323
runs-on: ubuntu-latest
2424
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: tarantool/setup-tarantool@v1
2424
with:
25-
tarantool-version: '2.8'
25+
tarantool-version: '2.10'
2626
# Make a release
2727
- run: echo TAG=${GITHUB_REF##*/} >> $GITHUB_ENV
2828
- run: tarantoolctl rocks new_version --tag ${{ env.TAG }}

0 commit comments

Comments
 (0)