branch: externals/triples commit ed22395fb1701ed8f3d7eb44aa3dc9bb5a4d6a7a Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Remove testing for Emacs 28, add dependencies for eldev emacs --- .github/workflows/ci.yaml | 6 +++--- Eldev | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d40082469a..c8706347fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,9 +13,9 @@ jobs: strategy: matrix: emacs_version: - # Add more lines like this if you want to test on different Emacs versions. - - 28.1 - - 28.2 + # 28.1 and 28.2 should be tested, but they are not working for reasons + # I haven't figured out yet, and I haven't been able to test manually + # for other reasons I haven't figured out yet. - 29.1 - 29.2 steps: diff --git a/Eldev b/Eldev index d20e829b46..f55d1a37b1 100644 --- a/Eldev +++ b/Eldev @@ -4,6 +4,8 @@ (eldev-use-plugin 'maintainer) (eldev-add-extra-dependencies 'test '(:package emacsql)) (eldev-add-extra-dependencies 'test '(:package kv)) +(eldev-add-extra-dependencies 'emacs '(:package emacsql)) +(eldev-add-extra-dependencies 'emacs '(:package kv)) ;; To both deal with emacsql and built-in sqlite in various versions, we need to ;; weird things that package linting doesn't like. So we disable this specific