Skip to content

Commit ac90b13

Browse files
Add 2.10 to tests (#45)
1 parent 3d5726b commit ac90b13

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.ref == 'refs/heads/master'
1111
runs-on: ubuntu-20.04
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- uses: tarantool/rocks.tarantool.org/github-action@master
1515
with:
1616
auth: ${{ secrets.ROCKS_AUTH }}
@@ -22,8 +22,8 @@ jobs:
2222
env:
2323
CMAKE_LDOC_FIND_REQUIRED: 'YES'
2424
steps:
25-
- uses: actions/checkout@v2
26-
- uses: rosik/setup-tarantool@v1
25+
- uses: actions/checkout@v3
26+
- uses: tarantool/setup-tarantool@v2
2727
with:
2828
tarantool-version: '2.5'
2929

.github/workflows/test.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,21 @@ jobs:
1414
- '2.6'
1515
- '2.7'
1616
- '2.8'
17-
nightly: [false]
18-
include:
19-
- {tarantool: '2.9', nightly: true}
20-
runs-on: ubuntu-latest
17+
- '2.10'
18+
runs-on: ubuntu-20.04
2119
env:
2220
CMAKE_LDOC_FIND_REQUIRED: 'YES'
2321
steps:
24-
- uses: actions/checkout@v2
25-
- uses: rosik/setup-tarantool@v1
22+
- uses: actions/checkout@v3
23+
- uses: tarantool/setup-tarantool@v2
2624
with:
2725
tarantool-version: ${{ matrix.tarantool }}
28-
nightly-build: ${{ matrix.nightly }}
2926

3027
# Setup luacheck, ldoc and luatest
3128
- run: tarantoolctl rocks install luacheck
3229
- run: tarantoolctl rocks install ldoc
3330
--server=https://tarantool.github.io/LDoc/
34-
- run: tarantoolctl rocks install luatest 0.5.4
31+
- run: tarantoolctl rocks install luatest 0.5.7
3532
- run: echo ".rocks/bin" >> $GITHUB_PATH
3633

3734
- run: tarantoolctl rocks make

0 commit comments

Comments
 (0)