Skip to content

Commit a44634c

Browse files
Update ubuntu version
1 parent 99c5637 commit a44634c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- '2.7'
1616
- '2.8'
1717
- '2.10'
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
env:
2020
CMAKE_LDOC_FIND_REQUIRED: 'YES'
2121
steps:
22-
- uses: actions/checkout@v3
23-
- uses: tarantool/setup-tarantool@v2
22+
- uses: actions/checkout@v4
23+
- uses: tarantool/setup-tarantool@v3
2424
with:
2525
tarantool-version: ${{ matrix.tarantool }}
2626

@@ -32,5 +32,5 @@ jobs:
3232
- run: echo ".rocks/bin" >> $GITHUB_PATH
3333

3434
- run: tarantoolctl rocks make
35-
- run: .rocks/bin/luatest -v
35+
- run: .rocks/bin/luatest -v --coverage
3636
- run: luacheck .

0 commit comments

Comments
 (0)