Skip to content

Commit

Permalink
chore(ci): only use vim v8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Jul 8, 2023
1 parent a39c881 commit a35a82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
vim-version: [v7.4.2119, v8.2.5172]
# vim-version: [v7.4.2119, v8.2.5172]
vim-version: [v8.2.5172]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout kkoomen/vim-doge
Expand All @@ -26,7 +27,6 @@ jobs:
with:
repository: junegunn/vader.vim
path: vader.vim
- run: rustup update stable && rustup default stable
- run: ./scripts/build.sh
- name: Setup vim
uses: thinca/action-setup-vim@v1
Expand Down

0 comments on commit a35a82b

Please sign in to comment.