Skip to content

Commit

Permalink
test: use version number instead of "stable"
Browse files Browse the repository at this point in the history
  • Loading branch information
dcampos committed Feb 14, 2025
1 parent 3bb2d09 commit 89fe2eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
linux:
strategy:
matrix:
version: [stable, v0.7.0, nightly]
version: [v0.10.4, v0.7.0, nightly]

runs-on: ubuntu-latest

Expand Down
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FILTER ?= .*

NEOVIM_TEST_VERSION := v0.10.2
NEOVIM_RUNNER_VERSION ?= v0.10.2
NVIM_TEST_VERSION ?= v0.10.4
NVIM_RUNNER_VERSION ?= v0.10.4

nvim-test:
git clone --depth 1 https://github.com/lewis6991/nvim-test
Expand All @@ -20,6 +20,8 @@ functionaltest: nvim-test
nvim-test/bin/nvim-test test/functional \
--lpath=$(PWD)/lua/?.lua \
--lpath=$(PWD)/test/functional/?.lua \
--target_version $(NVIM_TEST_VERSION) \
--runner_version $(NVIM_RUNNER_VERSION) \
--verbose \
--coverage

Expand Down

0 comments on commit 89fe2eb

Please sign in to comment.