Skip to content

Commit 25ac2dd

Browse files
committed
ci: update github action
1 parent dc8d514 commit 25ac2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- { os: ubuntu-latest, target: nvim, version: v0.7.2 }
16+
- { os: ubuntu-latest, target: nvim, version: stable }
1717
- { os: ubuntu-latest, target: nvim, version: nightly }
18-
- { os: macos-latest, target: nvim, version: v0.7.2 }
18+
- { os: macos-latest, target: nvim, version: stable }
1919
- { os: macos-latest, target: nvim, version: nightly }
2020
- { os: ubuntu-latest, target: lua, version: lua 5.1 }
2121
- { os: ubuntu-latest, target: lua, version: lua 5.2 }

0 commit comments

Comments
 (0)