File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,22 @@ jobs:
3333 strategy :
3434 matrix :
3535 nvim_version :
36- - ' stable' # v0.10 .+
36+ - ' stable' # v0.11 .+
3737 - ' nightly'
3838 kitty_version :
3939 - ' stable' # 0.40.+
4040 - ' nightly'
4141 # update __branch-protection-rules.json and run __update_branch_protection_rules.sh when modified
42- # test all version of nvim released as of v0.9.0
42+ # test only latest patch versions of nvim released as of v0.9.0
4343 # test only latest patch versions of kitty released as of v0.32.2
4444 include :
4545 # nvim versions + kitty stable
4646 - nvim_version : ' v0.9.0'
4747 kitty_version : ' stable'
4848 - nvim_version : ' v0.9.5'
4949 kitty_version : ' stable'
50+ - nvim_version : ' v0.10.4'
51+ kitty_version : ' stable'
5052 # nvim stable + kitty versions
5153 - nvim_version : ' stable'
5254 kitty_version : ' 0.32.2'
Original file line number Diff line number Diff line change 1111 " plenary (nightly, nightly)" ,
1212 " plenary (v0.9.0, stable)" ,
1313 " plenary (v0.9.5, stable)" ,
14+ " plenary (v0.10.4, stable)" ,
1415 " plenary (stable, 0.32.2)" ,
1516 " plenary (stable, 0.33.1)" ,
1617 " plenary (stable, 0.34.1)" ,
You can’t perform that action at this time.
0 commit comments