Skip to content

Commit 83decde

Browse files
authored
ci: update neovim and kitty versions in test matrix (#366)
closes #361
1 parent 9342a0e commit 83decde

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

scripts/internal/__branch-protection-rules.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
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,

0 commit comments

Comments
 (0)