]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Upgrade checkout github actions to v4. Run unit-tests on Vim 9.0 and the latest...
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 26 Dec 2023 15:16:10 +0000 (07:16 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 26 Dec 2023 15:16:10 +0000 (07:16 -0800)
.github/workflows/unitests.yml

index a7295210ff18b168a41b024cdb92a92e48f2dd77..1b7bdcb8b40d229a8e3934341ba8c0fab03c237f 100644 (file)
@@ -4,6 +4,11 @@ jobs:
   linux:
     name: linux
     runs-on: ubuntu-22.04
+    strategy:
+      matrix:
+        vim:
+          - nightly
+          - v9.0.0000
     steps:
       - name: Install packages
         run: |
@@ -23,9 +28,9 @@ jobs:
         uses: rhysd/action-setup-vim@v1
         id: vim
         with:
-          version: v9.0.0000
-      - name: Checkout LSP Code
-        uses: actions/checkout@v3
+          version: ${{ matrix.vim }}
+      - name: Checkout LSP plugin Code
+        uses: actions/checkout@v4
       - name: Run Tests
         run: |
           uname -a