branch: elpa/hideshowvis
commit 7113ff41fa3d8e3d9372f3573c52b8fad974cf93
Author: Jan Rehders <[email protected]>
Commit: Jan Rehders <[email protected]>

    Don't run CI for Emacs 26
    
    It produces a spurious linter warning about define-fringe-bitmap because 
the CI
    runs an Emacs build w/o GUI support. The warning couldn't be fixed easily.
---
 .github/workflows/ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 30157799000..c0231efe3ab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,15 +15,12 @@ jobs:
           - 29.3
           - 28.1
           - 27.2
-          - 26.3
         exclude:
           # Older Emacs versions are not supported by emacs-setup CI github
           # action, anymore.
           # See https://github.com/purcell/setup-emacs/issues/48
           - os: macos-latest
             emacs: 27.2
-          - os: macos-latest
-            emacs: 26.3
 
     runs-on: ${{ matrix.os }}
 

Reply via email to