File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ concurrency:
11
11
group : ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
12
12
cancel-in-progress : true
13
13
14
-
15
14
jobs :
16
15
tests :
17
16
name : ${{ matrix.os }} ${{ matrix.flavor }}
@@ -20,19 +19,19 @@ jobs:
20
19
matrix :
21
20
include :
22
21
- flavor : nvim-0.7
23
- runner : ubuntu-20 .04
22
+ runner : ubuntu-22 .04
24
23
os : linux
25
24
nvim_version : v0.7.0
26
25
- flavor : nvim-0.8
27
- runner : ubuntu-20 .04
26
+ runner : ubuntu-22 .04
28
27
os : linux
29
28
nvim_version : v0.8.0
30
29
- flavor : nvim-0.9
31
- runner : ubuntu-20 .04
30
+ runner : ubuntu-22 .04
32
31
os : linux
33
32
nvim_version : v0.9.0
34
33
- flavor : nvim-nightly
35
- runner : ubuntu-20 .04
34
+ runner : ubuntu-22 .04
36
35
os : linux
37
36
nvim_version : nightly
38
37
runs-on : ${{ matrix.runner }}
@@ -48,13 +47,13 @@ jobs:
48
47
- name : Setup neovim ${{matrix.nvim_version}}
49
48
uses : rhysd/action-setup-vim@v1
50
49
with :
51
- neovim : true
52
- version : ${{matrix.nvim_version}}
50
+ neovim : true
51
+ version : ${{matrix.nvim_version}}
53
52
- name : Run tests
54
53
run : |
55
54
make test
56
55
lint :
57
- runs-on : ubuntu-20 .04
56
+ runs-on : ubuntu-22 .04
58
57
timeout-minutes : 10
59
58
steps :
60
59
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments