[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama 7528e4346e 5/7: Add emacs 29.4 to CI pipelines
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama 7528e4346e 5/7: Add emacs 29.4 to CI pipelines |
Date: |
Wed, 10 Jul 2024 15:58:18 -0400 (EDT) |
branch: externals/ellama
commit 7528e4346e8d8bc2ae98a5b5ce0fee3bec04bd91
Author: Sergey Kostyaev <sskostyaev@gmail.com>
Commit: Sergey Kostyaev <sskostyaev@gmail.com>
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 <sskostyaev@gmail.com>
-;; 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
- [elpa] externals/ellama updated (811d6aa821 -> d6d38df99d), ELPA Syncer, 2024/07/10
- [elpa] externals/ellama d32e76c1f2 3/7: Bump version, ELPA Syncer, 2024/07/10
- [elpa] externals/ellama a7abe668f5 4/7: Add commit message generation, ELPA Syncer, 2024/07/10
- [elpa] externals/ellama 7528e4346e 5/7: Add emacs 29.4 to CI pipelines,
ELPA Syncer <=
- [elpa] externals/ellama d3cc009816 2/7: Merge pull request #140 from s-kostyaev/improve-quotes, ELPA Syncer, 2024/07/10
- [elpa] externals/ellama 23bcd19613 6/7: Merge pull request #141 from s-kostyaev/add-commit-message-generation, ELPA Syncer, 2024/07/10
- [elpa] externals/ellama d6d38df99d 7/7: Bump version, ELPA Syncer, 2024/07/10
- [elpa] externals/ellama ac523d9f23 1/7: Add link to quoted content in a separate buffer, ELPA Syncer, 2024/07/10