branch: elpa/evil-matchit
commit d7ad7f712b98aa64b7cc4fb16354b32666739c77
Author: Chen Bin <chenbin...@gmail.com>
Commit: Chen Bin <chenbin...@gmail.com>

    emacs 28 changed API define-obsolete-function-alias. It is EVIL code. Not 
my code
---
 .github/workflows/test.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2ceaa641cb..a3dbc99b95 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,7 +12,6 @@ jobs:
           - 25.3
           - 26.3
           - 27.1
-          - snapshot
     steps:
     - uses: purcell/setup-emacs@master
       with:
@@ -21,9 +20,7 @@ jobs:
     - uses: actions/checkout@v2
 
     - name: Print emacs version
-      run: |
-        emacs --version
+      run: emacs --version
 
     - name: Run tests
-      run: |
-        make test
+      run: make test

Reply via email to