diff options
| author | William Boman <william@redwill.se> | 2024-08-05 00:30:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 00:30:04 +0200 |
| commit | ce742915a04efafe364ff54940f28a391a09ceb1 (patch) | |
| tree | b2fcd9bc01272e6dd86f1b26fb30f11658e47fe8 /.github | |
| parent | docs: auto-generate available LSP servers list in readme (#445) (diff) | |
| download | mason-lspconfig-ce742915a04efafe364ff54940f28a391a09ceb1.tar mason-lspconfig-ce742915a04efafe364ff54940f28a391a09ceb1.tar.gz mason-lspconfig-ce742915a04efafe364ff54940f28a391a09ceb1.tar.bz2 mason-lspconfig-ce742915a04efafe364ff54940f28a391a09ceb1.tar.lz mason-lspconfig-ce742915a04efafe364ff54940f28a391a09ceb1.tar.xz mason-lspconfig-ce742915a04efafe364ff54940f28a391a09ceb1.tar.zst mason-lspconfig-ce742915a04efafe364ff54940f28a391a09ceb1.zip | |
tests: add nvim v0.10.1 and v0.10.1 to test matrix (#446)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/stylua.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 1edb4bf..c67b960 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -18,4 +18,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments args: --check . - version: 0.18.0 + version: 0.20.0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70a32f4..0e4e2fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,6 +25,8 @@ jobs: - v0.9.2 - v0.9.4 - v0.9.5 + - v0.10.0 + - v0.10.1 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 |
