summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2024-01-06 09:13:30 +0100
committerGitHub <noreply@github.com>2024-01-06 09:13:30 +0100
commite110bc3be1a7309617cecd77bfe4bf86ba1b8134 (patch)
treebaeee6861dda663858f52c83354586bf29951966 /.github
parentchore(main): release 1.9.0 (#1586) (diff)
downloadmason-e110bc3be1a7309617cecd77bfe4bf86ba1b8134.tar
mason-e110bc3be1a7309617cecd77bfe4bf86ba1b8134.tar.gz
mason-e110bc3be1a7309617cecd77bfe4bf86ba1b8134.tar.bz2
mason-e110bc3be1a7309617cecd77bfe4bf86ba1b8134.tar.lz
mason-e110bc3be1a7309617cecd77bfe4bf86ba1b8134.tar.xz
mason-e110bc3be1a7309617cecd77bfe4bf86ba1b8134.tar.zst
mason-e110bc3be1a7309617cecd77bfe4bf86ba1b8134.zip
tests: add nvim v0.9.5 to test matrix (#1594)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index f3b8fee4..da05fd9c 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -22,6 +22,7 @@ jobs:
- v0.9.1
- v0.9.2
- v0.9.4
+ - v0.9.5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2