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.
1 parent 07284e4 commit b627003Copy full SHA for b627003
1 file changed
.github/workflows/ci.yml
@@ -1,5 +1,3 @@
1
-# stolen from nvim-telescope/telescope.nvim
2
-
3
name: Tests
4
5
on: [push, pull_request]
@@ -19,7 +17,7 @@ jobs:
19
17
manager: sudo apt-get
20
18
packages: -y fd-find esl-erlang elixir
21
- os: ubuntu-20.04
22
- url: https://github.com/neovim/neovim/releases/download/v0.7.2/nvim-linux64.tar.gz
+ url: https://github.com/neovim/neovim/releases/download/v0.8.3/nvim-linux64.tar.gz
23
24
25
# - os: macos-11
@@ -62,5 +60,3 @@ jobs:
62
60
export VIM="${PWD}/_neovim/share/nvim/runtime"
63
61
nvim --version
64
bin/test
65
66
0 commit comments