diff options
| author | William Boman <william@redwill.se> | 2024-01-06 09:15:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-06 09:15:41 +0100 |
| commit | 0989bdf4fdf7b5aa4c74131d7ffccc3f399ac788 (patch) | |
| tree | 395de3f32f2d56a37ca75c26ddb8b44f7e729750 /.github | |
| parent | chore(main): release 1.26.0 (#337) (diff) | |
| download | mason-lspconfig-0989bdf4fdf7b5aa4c74131d7ffccc3f399ac788.tar mason-lspconfig-0989bdf4fdf7b5aa4c74131d7ffccc3f399ac788.tar.gz mason-lspconfig-0989bdf4fdf7b5aa4c74131d7ffccc3f399ac788.tar.bz2 mason-lspconfig-0989bdf4fdf7b5aa4c74131d7ffccc3f399ac788.tar.lz mason-lspconfig-0989bdf4fdf7b5aa4c74131d7ffccc3f399ac788.tar.xz mason-lspconfig-0989bdf4fdf7b5aa4c74131d7ffccc3f399ac788.tar.zst mason-lspconfig-0989bdf4fdf7b5aa4c74131d7ffccc3f399ac788.zip | |
tests: add nvim v0.9.5 to test matrix (#345)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b374fe3..70a32f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,6 +24,7 @@ jobs: - v0.9.1 - v0.9.2 - v0.9.4 + - v0.9.5 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 |
