branch: elpa/bash-completion
commit 31a01859b2afeb3e4d95671000dc1dde666f58c5
Author: Stephane Zermatten <[email protected]>
Commit: Stephane Zermatten <[email protected]>
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'