Skip to content

Commit 68ef446

Browse files
committed
ci: update tests for latest nvim 0.11 release
closes #317
1 parent 9b70b5f commit 68ef446

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/tests.yml

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

scripts/internal/__branch-protection-rules.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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)",

0 commit comments

Comments
 (0)