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 3ec916c commit 7b3057fCopy full SHA for 7b3057f
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: JohnnyMorganz/[email protected]
44
with:
45
token: ${{ secrets.GITHUB_TOKEN }}
46
- version: 2.0.2
+ version: 2.1.0
47
args: --check lua/
48
49
test:
@@ -52,7 +52,7 @@ jobs:
52
strategy:
53
fail-fast: false
54
matrix:
55
- neovim_version: ['v0.11.0', 'nightly']
+ neovim_version: ['v0.11.2', 'nightly']
56
57
steps:
58
- uses: actions/checkout@v4
@@ -74,7 +74,7 @@ jobs:
74
75
- uses: coursier/setup-action@v1
76
77
- jvm: adoptium:17
+ jvm: adoptium:21
78
apps: ""
79
80
- name: Setup neovim
0 commit comments