aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2025-02-15 16:42:20 +0100
committerGitHub <noreply@github.com>2025-02-15 16:42:20 +0100
commitce1682f4098c7340343292a0c0ceafdd9ad63131 (patch)
tree351aacad05875ada59192d7809e1f67123d3d407
parentfix(ui): fix rendering JSON schemas (#1757) (diff)
downloadmason-ce1682f4098c7340343292a0c0ceafdd9ad63131.tar
mason-ce1682f4098c7340343292a0c0ceafdd9ad63131.tar.gz
mason-ce1682f4098c7340343292a0c0ceafdd9ad63131.tar.bz2
mason-ce1682f4098c7340343292a0c0ceafdd9ad63131.tar.lz
mason-ce1682f4098c7340343292a0c0ceafdd9ad63131.tar.xz
mason-ce1682f4098c7340343292a0c0ceafdd9ad63131.tar.zst
mason-ce1682f4098c7340343292a0c0ceafdd9ad63131.zip
tests: add new nvim versions to test matrix (#1877)
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 57ed25e7..814f4ed6 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -12,8 +12,6 @@ jobs:
fail-fast: false
matrix:
nvim_version:
- - v0.7.0
- - v0.7.2
- v0.8.0
- v0.8.1
- v0.8.2
@@ -24,6 +22,10 @@ jobs:
- v0.9.4
- v0.9.5
- v0.10.0
+ - v0.10.1
+ - v0.10.2
+ - v0.10.3
+ - v0.10.4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4