We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8d514 commit 25ac2ddCopy full SHA for 25ac2dd
.github/workflows/test.yml
@@ -13,9 +13,9 @@ jobs:
13
strategy:
14
matrix:
15
include:
16
- - { os: ubuntu-latest, target: nvim, version: v0.7.2 }
+ - { os: ubuntu-latest, target: nvim, version: stable }
17
- { os: ubuntu-latest, target: nvim, version: nightly }
18
- - { os: macos-latest, target: nvim, version: v0.7.2 }
+ - { os: macos-latest, target: nvim, version: stable }
19
- { os: macos-latest, target: nvim, version: nightly }
20
- { os: ubuntu-latest, target: lua, version: lua 5.1 }
21
- { os: ubuntu-latest, target: lua, version: lua 5.2 }
0 commit comments