ci: drop nvim 0.7 from test environments

This commit is contained in:
Steven Arcangeli 2023-06-16 08:11:37 -07:00
parent 8b1a436b20
commit 5fb5cce0cb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
run_tests:
strategy:
matrix:
nvim_tag: [v0.7.2, v0.8.3, v0.9.0]
nvim_tag: [v0.8.3, v0.9.1]
name: Run tests
runs-on: ubuntu-22.04