Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Jan 19, 2024
1 parent d3125e3 commit f69ac6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
jobs:
build:
strategy:
fail-fast: true
fail-fast: false
matrix:
neovim_branch: ['v0.8.2', 'v0.9.1']
neovim_branch: ['v0.9.5']
runs-on: ubuntu-latest
env:
NEOVIM_BRANCH: ${{ matrix.neovim_branch }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DEFAULT_GOAL := test

NEOVIM_BRANCH := v0.9.1
NEOVIM_BRANCH := v0.9.5

FILTER=.*

Expand Down
2 changes: 1 addition & 1 deletion queries/c/context.scm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
) @context

(else_clause
(_) @context.end
(_ (_) @context.end)
) @context

(while_statement
Expand Down

0 comments on commit f69ac6c

Please sign in to comment.