branch: elpa/evil-matchit commit 6722a76981efa3994e8436075a7e8fa85a12f0b3 Author: Chen Bin <chenbin...@gmail.com> Commit: Chen Bin <chenbin...@gmail.com>
drop support for emacs 25.3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3dbc99b95..4cdb106d53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,9 +9,9 @@ jobs: fail-fast: false matrix: emacs_version: - - 25.3 - 26.3 - 27.1 + - snapshot steps: - uses: purcell/setup-emacs@master with: