We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f8a7d commit f8533c1Copy full SHA for f8533c1
.github/workflows/tests.yml
@@ -20,12 +20,12 @@ jobs:
20
fail-fast: false
21
matrix:
22
os: [ubuntu-latest]
23
- neovim_version: ['v0.8.3', 'v0.9.5', 'v0.10.2', 'nightly']
+ neovim_version: ['v0.8.3', 'v0.9.5', 'v0.10.3', 'nightly']
24
include:
25
- os: macos-latest
26
- neovim_version: v0.10.1
+ neovim_version: v0.10.3
27
- os: windows-latest
28
29
runs-on: ${{ matrix.os }}
30
31
steps:
0 commit comments