branch: externals/ellama
commit 7528e4346e8d8bc2ae98a5b5ce0fee3bec04bd91
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Add emacs 29.4 to CI pipelines
Add emacs 29.4 to CI pipelines and use ellama.el as main file to track
dependencies during CI.
---
.github/workflows/melpa.yml | 1 +
tests/test-ellama.el | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/melpa.yml b/.github/workflows/melpa.yml
index 73314abfc2..4b61dce6a5 100644
--- a/.github/workflows/melpa.yml
+++ b/.github/workflows/melpa.yml
@@ -26,6 +26,7 @@ jobs:
- 29.1
- 29.2
- 29.3
+ - 29.4
ignore_warnings:
- false
warnings_as_errors:
diff --git a/tests/test-ellama.el b/tests/test-ellama.el
index e102da4813..5c430ae6b1 100644
--- a/tests/test-ellama.el
+++ b/tests/test-ellama.el
@@ -1,9 +1,8 @@
-;;; test-ellama.el --- Ellama tests -*- lexical-binding: t -*-
+;;; test-ellama.el --- Ellama tests -*- lexical-binding: t;
package-lint-main-file: "../ellama.el"; -*-
;; Copyright (C) 2023 Free Software Foundation, Inc.
;; Author: Sergey Kostyaev <[email protected]>
-;; Package-Requires: ((emacs "28.1") (llm "0.6.0") (spinner "1.7.4"))
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by