emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/bash-completion 31a01859b2 227/313: Do not run tests under


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 31a01859b2 227/313: Do not run tests under Emacs 24.1.
Date: Sat, 3 Dec 2022 10:59:33 -0500 (EST)

branch: elpa/bash-completion
commit 31a01859b2afeb3e4d95671000dc1dde666f58c5
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <szermatt@gmx.net>

    Do not run tests under Emacs 24.1.
    
    With this change, the earliest version that is tested is Emacs 24.3.
    Melpa seems unavailable for 24.1 so running tests with ert-runner
    doesn't work. It's still available for 24.3, however, so Emacs 24 is
    at least partially covered.
---
 .github/workflows/test.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index acf5d9fe6f..c1ef082305 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,6 @@ jobs:
     strategy:
       matrix:
         emacs_version:
-          - '24.1'
           - '24.3'
           - '25.1'
           - '25.3'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]