Skip to content

Commit

Permalink
chore(ci): use latest v8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 14, 2023
1 parent 6d969e5 commit 6baab95
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
vim-version: [v8.0.0000, v9.0.1500]
vim-version: [v8.2.5172, v9.0.1500]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout kkoomen/vim-doge
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# versions are coming from https://github.com/vim/vim-win32-installer
# and most of the versions we support aren't listed, therefore we take
# the next tag version that is available in this repository.
vim-version: [v8.0.0003, nightly]
vim-version: [v8.2.5171, nightly]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout kkoomen/vim-doge
Expand Down

0 comments on commit 6baab95

Please sign in to comment.