Skip to content

Commit

Permalink
chore(ci): add missing vim versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 15, 2023
1 parent db0c891 commit fcdb6f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-11]
# Building older versions of Vim requires v8.2.1118 or less
vim-version: [v7.4.2119, v8.2.1118]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout kkoomen/vim-doge
Expand Down

0 comments on commit fcdb6f9

Please sign in to comment.