Skip to content

Commit

Permalink
test: test only latest patch versions of kitty (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Apr 19, 2024
1 parent 4004aa6 commit 3863439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
- 'stable' # v0.9.5
- 'nightly'
kitty_version:
- 'stable' # 0.34.0
- 'stable' # 0.34
- 'nightly'
# update __branch-protection-rules.json and run __update_branch_protection_rules.sh when modified
# test all version of nvim released as of v0.9.0
# test only latest patch versions of kitty released as of v0.29
include:
# nvim versions + kitty stable
- nvim_version: 'v0.9.0'
Expand All @@ -50,26 +52,14 @@ jobs:
- nvim_version: 'v0.9.4' # nvim 'v0.9.3' does not exist, this was an issue with neovim macos release
kitty_version: 'stable'
# nvim stable + kitty versions
- nvim_version: 'stable'
kitty_version: '0.29.0'
- nvim_version: 'stable'
kitty_version: '0.29.1'
- nvim_version: 'stable'
kitty_version: '0.29.2'
- nvim_version: 'stable'
kitty_version: '0.30.0'
- nvim_version: 'stable'
kitty_version: '0.30.1'
- nvim_version: 'stable'
kitty_version: '0.31.0'
- nvim_version: 'stable'
kitty_version: '0.32.0'
- nvim_version: 'stable'
kitty_version: '0.32.1'
- nvim_version: 'stable'
kitty_version: '0.32.2'
- nvim_version: 'stable'
kitty_version: '0.33.0'
- nvim_version: 'stable'
kitty_version: '0.33.1'
fail-fast: false
Expand Down
6 changes: 0 additions & 6 deletions scripts/internal/__branch-protection-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,10 @@
"plenary (v0.9.1, stable)",
"plenary (v0.9.2, stable)",
"plenary (v0.9.4, stable)",
"plenary (stable, 0.29.0)",
"plenary (stable, 0.29.1)",
"plenary (stable, 0.29.2)",
"plenary (stable, 0.30.0)",
"plenary (stable, 0.30.1)",
"plenary (stable, 0.31.0)",
"plenary (stable, 0.32.0)",
"plenary (stable, 0.32.1)",
"plenary (stable, 0.32.2)",
"plenary (stable, 0.33.0)",
"plenary (stable, 0.33.1)"
]
},
Expand Down

0 comments on commit 3863439

Please sign in to comment.