File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 99 version-check :
1010 # We need this job to run only on push with tag.
1111 if : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313 steps :
1414 - name : Check module version
1515 uses : tarantool/actions/check-module-version@master
1818
1919 publish-rockspec-scm-1 :
2020 if : github.ref == 'refs/heads/master'
21- runs-on : ubuntu-20 .04
21+ runs-on : ubuntu-22 .04
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v5
2424 - uses : tarantool/rocks.tarantool.org/github-action@master
2525 with :
2626 auth : ${{ secrets.ROCKS_AUTH }}
@@ -29,12 +29,12 @@ jobs:
2929 publish-rockspec-tag :
3030 if : startsWith(github.ref, 'refs/tags/')
3131 needs : version-check
32- runs-on : ubuntu-20 .04
32+ runs-on : ubuntu-22 .04
3333 steps :
34- - uses : actions/checkout@v3
35- - uses : tarantool/setup-tarantool@v2
34+ - uses : actions/checkout@v5
35+ - uses : tarantool/setup-tarantool@v4
3636 with :
37- tarantool-version : ' 2.10 '
37+ tarantool-version : ' 2.11 '
3838
3939 - run : echo "TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
4040 - run : tarantoolctl rocks new_version --tag $TAG
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login != 'tarantool'
1212 strategy :
1313 matrix :
14- tarantool-version : ["1.10", "2.10"]
14+ tarantool-version : ["1.10", "2.10", "2.11" ]
1515 fail-fast : false
16- runs-on : [ubuntu-20 .04]
16+ runs-on : [ubuntu-22 .04]
1717 steps :
18- - uses : actions/checkout@v3
19- - uses : tarantool/setup-tarantool@v2
18+ - uses : actions/checkout@v5
19+ - uses : tarantool/setup-tarantool@v4
2020 with :
2121 tarantool-version : ${{ matrix.tarantool-version }}
2222
You can’t perform that action at this time.
0 commit comments