Skip to content

Commit

Permalink
use Vim 9.1.0000 for checking installing specific version of Vim
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 28, 2024
1 parent 3ee103d commit 1f6481c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: node ./scripts/post_action_check.js "${{ matrix.neovim }}" "${{ matrix.version }}" "${{ steps.vim.outputs.executable }}"

# separate from stable-and-nightly since jobs.{id}.name.strategy.matrix.exclude seems not working
vim-v8_2_1931:
name: Vim v8.2.1931
vim-v9_1_0000:
name: Vim v9.1.0000
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand All @@ -44,10 +44,10 @@ jobs:
- run: npm run build
- uses: ./
with:
version: v8.2.1931
version: v9.1.0000
id: vim
- name: Validate action result
run: node ./scripts/post_action_check.js "false" "v8.2.1931" "${{ steps.vim.outputs.executable }}"
run: node ./scripts/post_action_check.js "false" "v9.1.0000" "${{ steps.vim.outputs.executable }}"

nvim-v0_4_4:
name: Neovim v0.4.4
Expand Down

0 comments on commit 1f6481c

Please sign in to comment.