File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 strategy :
3434 matrix :
3535 nvim_version :
36- - ' stable' # v0.11 .+
36+ - ' stable' # v0.12 .+
3737 - ' nightly'
3838 kitty_version :
39- - ' stable' # 0.45 .+
39+ - ' stable' # 0.46 .+
4040 - ' nightly'
4141 # update __branch-protection-rules.json and run __update_branch_protection_rules.sh when modified
4242 # test only latest patch versions of nvim released as of v0.10.0
@@ -47,13 +47,19 @@ jobs:
4747 kitty_version : ' stable'
4848 - nvim_version : ' v0.10.4'
4949 kitty_version : ' stable'
50+ - nvim_version : ' v0.11.7'
51+ kitty_version : ' stable'
52+ - nvim_version : ' v0.12.2'
53+ kitty_version : ' stable'
5054 # nvim stable + kitty versions
5155 - nvim_version : ' stable'
5256 kitty_version : ' 0.43.0'
5357 - nvim_version : ' stable'
5458 kitty_version : ' 0.43.1'
5559 - nvim_version : ' stable'
5660 kitty_version : ' 0.44.0'
61+ - nvim_version : ' stable'
62+ kitty_version : ' 0.45.0'
5763 fail-fast : false
5864 runs-on : ubuntu-24.04
5965 steps :
Original file line number Diff line number Diff line change 1111 " plenary (nightly, nightly)" ,
1212 " plenary (v0.10.0, stable)" ,
1313 " plenary (v0.10.4, stable)" ,
14+ " plenary (v0.11.7, stable)" ,
15+ " plenary (v0.12.2, stable)" ,
1416 " plenary (stable, 0.43.0)" ,
1517 " plenary (stable, 0.43.1)" ,
16- " plenary (stable, 0.44.0)"
18+ " plenary (stable, 0.44.0)" ,
19+ " plenary (stable, 0.45.0)"
1720 ]
1821 },
1922 "enforce_admins" : false ,
You can’t perform that action at this time.
0 commit comments