Skip to content

Commit 7b3057f

Browse files
committed
chore: ci updates for java version, nvim, and stylua
1 parent 3ec916c commit 7b3057f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: JohnnyMorganz/[email protected]
4444
with:
4545
token: ${{ secrets.GITHUB_TOKEN }}
46-
version: 2.0.2
46+
version: 2.1.0
4747
args: --check lua/
4848

4949
test:
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
neovim_version: ['v0.11.0', 'nightly']
55+
neovim_version: ['v0.11.2', 'nightly']
5656

5757
steps:
5858
- uses: actions/checkout@v4
@@ -74,7 +74,7 @@ jobs:
7474

7575
- uses: coursier/setup-action@v1
7676
with:
77-
jvm: adoptium:17
77+
jvm: adoptium:21
7878
apps: ""
7979

8080
- name: Setup neovim

0 commit comments

Comments
 (0)