aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/general_issue.yaml4
-rw-r--r--.github/ISSUE_TEMPLATE/package_installation_form.yaml2
-rw-r--r--.github/ISSUE_TEMPLATE/package_issue.yaml4
-rw-r--r--.github/workflows/tests.yml5
4 files changed, 5 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/general_issue.yaml b/.github/ISSUE_TEMPLATE/general_issue.yaml
index 95b00a81..5ccb9d9b 100644
--- a/.github/ISSUE_TEMPLATE/general_issue.yaml
+++ b/.github/ISSUE_TEMPLATE/general_issue.yaml
@@ -51,10 +51,10 @@ body:
- type: textarea
attributes:
- label: "Neovim version (>= 0.9.0)"
+ label: "Neovim version (>= 0.10.0)"
description: "Output of `nvim --version`"
placeholder: |
- NVIM v0.9.0-dev
+ NVIM v0.10.0-dev
Build type: Release
LuaJIT 2.1.0-beta3
validations:
diff --git a/.github/ISSUE_TEMPLATE/package_installation_form.yaml b/.github/ISSUE_TEMPLATE/package_installation_form.yaml
index 682f63d4..ba22ad1e 100644
--- a/.github/ISSUE_TEMPLATE/package_installation_form.yaml
+++ b/.github/ISSUE_TEMPLATE/package_installation_form.yaml
@@ -68,7 +68,7 @@ body:
- type: textarea
attributes:
- label: "Neovim version (>= 0.9.0)"
+ label: "Neovim version (>= 0.10.0)"
description: "Output of `nvim --version`"
placeholder: |
NVIM v0.7.0-dev
diff --git a/.github/ISSUE_TEMPLATE/package_issue.yaml b/.github/ISSUE_TEMPLATE/package_issue.yaml
index be51e4c2..486b53cd 100644
--- a/.github/ISSUE_TEMPLATE/package_issue.yaml
+++ b/.github/ISSUE_TEMPLATE/package_issue.yaml
@@ -70,10 +70,10 @@ body:
- type: textarea
attributes:
- label: "Neovim version (>= 0.9.0)"
+ label: "Neovim version (>= 0.10.0)"
description: "Output of `nvim --version`"
placeholder: |
- NVIM v0.9.0-dev
+ NVIM v0.10.0-dev
Build type: Release
LuaJIT 2.1.0-beta3
validations:
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d019b2df..79f3488d 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -12,11 +12,6 @@ jobs:
fail-fast: false
matrix:
nvim_version:
- - v0.9.0
- - v0.9.1
- - v0.9.2
- - v0.9.4
- - v0.9.5
- v0.10.0
- v0.10.1
- v0.10.2