Skip to content

Commit

Permalink
chore(workflow/tests): add missing zero
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Sep 10, 2023
1 parent 0cdce59 commit 90cd80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
vim-version: [v7.4.2119, v8.2.5172, v9.0.150]
vim-version: [v7.4.2119, v8.2.5172, v9.0.1500]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout kkoomen/vim-doge
Expand Down

0 comments on commit 90cd80a

Please sign in to comment.