Skip to content

Commit 041520e

Browse files
committed
ci: update kitty tests to latest 0.40
closes #311
1 parent 74bf8f8 commit 041520e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- 'stable' # v0.10.+
3737
- 'nightly'
3838
kitty_version:
39-
- 'stable' # 0.39.+
39+
- 'stable' # 0.40.+
4040
- 'nightly'
4141
# update __branch-protection-rules.json and run __update_branch_protection_rules.sh when modified
4242
# test all version of nvim released as of v0.9.0
@@ -62,6 +62,8 @@ jobs:
6262
kitty_version: '0.37.0'
6363
- nvim_version: 'stable'
6464
kitty_version: '0.38.1'
65+
- nvim_version: 'stable'
66+
kitty_version: '0.39.1'
6567
fail-fast: false
6668
runs-on: ubuntu-24.04
6769
steps:

scripts/internal/__branch-protection-rules.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"plenary (stable, 0.35.2)",
1818
"plenary (stable, 0.36.4)",
1919
"plenary (stable, 0.37.0)",
20-
"plenary (stable, 0.38.1)"
20+
"plenary (stable, 0.38.1)",
21+
"plenary (stable, 0.39.1)"
2122
]
2223
},
2324
"enforce_admins": false,

0 commit comments

Comments
 (0)