We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d8ba86 + 436700f commit e091527Copy full SHA for e091527
.github/workflows/test.yml
@@ -32,8 +32,6 @@ jobs:
32
strategy:
33
matrix:
34
runner:
35
- - windows-latest
36
- - macos-latest
37
- ubuntu-latest
38
version:
39
- "1.11.0"
@@ -55,7 +53,6 @@ jobs:
55
53
56
54
test:
57
58
- fail-fast: false
59
60
61
- windows-latest
@@ -66,12 +63,8 @@ jobs:
66
63
- "1.x"
67
64
host_version:
68
65
- vim: "v8.1.2424"
69
- nvim: ""
70
- - vim: "v8.2.3081"
71
72
- - vim: ""
73
nvim: "v0.4.4"
74
+ - vim: "v8.2.3081"
75
nvim: "v0.5.0"
76
runs-on: ${{ matrix.runner }}
77
steps:
0 commit comments