File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,10 @@ jobs:
3939 - ' stable' # 0.40.+
4040 - ' nightly'
4141 # update __branch-protection-rules.json and run __update_branch_protection_rules.sh when modified
42- # test only latest patch versions of nvim released as of v0.9.0
42+ # test only latest patch versions of nvim released as of v0.10.4
4343 # test only latest patch versions of kitty released as of v0.32.2
4444 include :
4545 # nvim versions + kitty stable
46- - nvim_version : ' v0.9.0'
47- kitty_version : ' stable'
48- - nvim_version : ' v0.9.5'
49- kitty_version : ' stable'
5046 - nvim_version : ' v0.10.4'
5147 kitty_version : ' stable'
5248 # nvim stable + kitty versions
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Navigate your [Kitty](https://sw.kovidgoyal.net/kitty/) scrollback buffer to qui
1010
1111<!-- panvimdoc-ignore-start -->
1212
13- [ ![ neovim: v0.9 +] ( https://img.shields.io/static/v1?style=flat-square&label=neovim&message=v0.9%2b&logo=neovim&labelColor=282828&logoColor=8faa80&color=414b32 )] ( https://neovim.io/ )
13+ [ ![ neovim: v0.10 +] ( https://img.shields.io/static/v1?style=flat-square&label=neovim&message=v0.9%2b&logo=neovim&labelColor=282828&logoColor=8faa80&color=414b32 )] ( https://neovim.io/ )
1414[](https://sw.kovidgoyal.net/kitty/)
1515[ ![ semantic-release: angular] ( https://img.shields.io/static/v1?style=flat-square&label=semantic-release&message=angular&logo=semantic-release&labelColor=282828&logoColor=d8869b&color=8f3f71 )] ( https://github.com/semantic-release/semantic-release )
1616[ ![ test status] ( https://img.shields.io/github/actions/workflow/status/mikesmithgh/kitty-scrollback.nvim/tests.yml?style=flat-square&logo=github&logoColor=c7c7c7&label=tests&labelColor=282828&event=push )] ( https://github.com/mikesmithgh/kitty-scrollback.nvim/actions/workflows/tests.yml?query=event%3Apush )
@@ -251,7 +251,7 @@ This requires extra steps to setup. See optional [tmux setup](#tmux--experimenta
251251
252252## 📚 Prerequisites
253253
254- - Neovim [v0 .9 + ](https :// github .com / neovim / neovim / releases )
254+ - Neovim [v0 .10 + ](https :// github .com / neovim / neovim / releases )
255255- Kitty [v0 .32.2+ ](https :// github .com / kovidgoyal / kitty / releases )
256256
257257## 🏃 Quickstart
You can’t perform that action at this time.
0 commit comments