We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268400b commit c456878Copy full SHA for c456878
.github/workflows/fast_testing.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
tarantool:
21
- - '2.8'
+ - '2.10'
22
23
runs-on: ubuntu-latest
24
steps:
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: tarantool/setup-tarantool@v1
with:
25
- tarantool-version: '2.8'
+ tarantool-version: '2.10'
26
# Make a release
27
- run: echo TAG=${GITHUB_REF##*/} >> $GITHUB_ENV
28
- run: tarantoolctl rocks new_version --tag ${{ env.TAG }}
0 commit comments