Skip to content

Commit 5574df7

Browse files
authored
chore: add kitty version 0.44.0 to test matrix (#345)
1 parent 8026a37 commit 5574df7

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- 'stable' # v0.11.+
3737
- 'nightly'
3838
kitty_version:
39-
- 'stable' # 0.40.+
39+
- 'stable' # 0.45.+
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.9.0
@@ -66,6 +66,16 @@ jobs:
6666
kitty_version: '0.38.1'
6767
- nvim_version: 'stable'
6868
kitty_version: '0.39.1'
69+
- nvim_version: 'stable'
70+
kitty_version: '0.40.1'
71+
- nvim_version: 'stable'
72+
kitty_version: '0.41.1'
73+
- nvim_version: 'stable'
74+
kitty_version: '0.42.2'
75+
- nvim_version: 'stable'
76+
kitty_version: '0.43.1'
77+
- nvim_version: 'stable'
78+
kitty_version: '0.44.0'
6979
fail-fast: false
7080
runs-on: ubuntu-24.04
7181
steps:

scripts/internal/__branch-protection-rules.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
"plenary (stable, 0.36.4)",
2020
"plenary (stable, 0.37.0)",
2121
"plenary (stable, 0.38.1)",
22-
"plenary (stable, 0.39.1)"
22+
"plenary (stable, 0.39.1)",
23+
"plenary (stable, 0.40.1)",
24+
"plenary (stable, 0.41.1)",
25+
"plenary (stable, 0.42.2)",
26+
"plenary (stable, 0.43.1)",
27+
"plenary (stable, 0.44.0)"
2328
]
2429
},
2530
"enforce_admins": false,

0 commit comments

Comments
 (0)