Skip to content

Commit c1092f2

Browse files
committed
ci: run tests against nvim 0.11
1 parent 0ef80ed commit c1092f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
luacheck:
1313
name: Luacheck
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v4
1717

@@ -27,7 +27,7 @@ jobs:
2727

2828
typecheck:
2929
name: typecheck
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04
3131
steps:
3232
- uses: actions/checkout@v4
3333
- uses: stevearc/nvim-typecheck-action@v2
@@ -37,7 +37,7 @@ jobs:
3737

3838
stylua:
3939
name: StyLua
40-
runs-on: ubuntu-22.04
40+
runs-on: ubuntu-24.04
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Stylua
@@ -52,11 +52,11 @@ jobs:
5252
matrix:
5353
include:
5454
- nvim_tag: v0.9.4
55-
- nvim_tag: v0.10.0
5655
- nvim_tag: v0.10.4
56+
- nvim_tag: v0.11.0
5757

5858
name: Run tests
59-
runs-on: ubuntu-22.04
59+
runs-on: ubuntu-24.04
6060
env:
6161
NVIM_TAG: ${{ matrix.nvim_tag }}
6262
steps:
@@ -83,7 +83,7 @@ jobs:
8383
8484
update_docs:
8585
name: Update docs
86-
runs-on: ubuntu-22.04
86+
runs-on: ubuntu-24.04
8787
steps:
8888
- uses: actions/checkout@v4
8989

@@ -120,7 +120,7 @@ jobs:
120120
- run_tests
121121
- typecheck
122122
- update_docs
123-
runs-on: ubuntu-22.04
123+
runs-on: ubuntu-24.04
124124
steps:
125125
- uses: googleapis/release-please-action@v4
126126
id: release

0 commit comments

Comments
 (0)