Skip to content

Commit 7cddbae

Browse files
committed
Update Tarantool version in push-rockspec workflow
Tarantool 2.5 is no longer supported. Let's use Tarantool 2.11.
1 parent a68aba4 commit 7cddbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_rockspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@master
3030

31-
- uses: tarantool/setup-tarantool@v1
31+
- uses: tarantool/setup-tarantool@v3
3232
with:
33-
tarantool-version: '2.5'
33+
tarantool-version: '2.11'
3434

3535
# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
3636
- name: Set env

0 commit comments

Comments
 (0)