diff options
| author | William Boman <william@redwill.se> | 2023-06-28 19:21:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-28 19:21:27 +0200 |
| commit | af93b44f4c5947ba9d66192f333fe295f4d5d929 (patch) | |
| tree | 0061f728ce67f6abe909cf19aca9456e04ab80e6 /.github | |
| parent | docs: remove old tflint docs (#243) (diff) | |
| download | mason-lspconfig-af93b44f4c5947ba9d66192f333fe295f4d5d929.tar mason-lspconfig-af93b44f4c5947ba9d66192f333fe295f4d5d929.tar.gz mason-lspconfig-af93b44f4c5947ba9d66192f333fe295f4d5d929.tar.bz2 mason-lspconfig-af93b44f4c5947ba9d66192f333fe295f4d5d929.tar.lz mason-lspconfig-af93b44f4c5947ba9d66192f333fe295f4d5d929.tar.xz mason-lspconfig-af93b44f4c5947ba9d66192f333fe295f4d5d929.tar.zst mason-lspconfig-af93b44f4c5947ba9d66192f333fe295f4d5d929.zip | |
chore(ci): add nvim v0.9.1 to test matrix (#245)
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 7bc533b..8144c72 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,6 +21,7 @@ jobs: - v0.8.2 - v0.8.3 - v0.9.0 + - v0.9.1 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 |
