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

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

[elpa] externals/hyperbole 3f9df2acd3: Add Emacs 29.1 to CI workflow (#3


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 3f9df2acd3: Add Emacs 29.1 to CI workflow (#376)
Date: Thu, 3 Aug 2023 18:57:58 -0400 (EDT)

branch: externals/hyperbole
commit 3f9df2acd30e6bc65c9227162ff6db8d7860a238
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Add Emacs 29.1 to CI workflow (#376)
---
 .github/workflows/main.yml | 2 +-
 ChangeLog                  | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 21e65cfc6c..1b04988a79 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        version: [27.2, 28.1, 28.2, master]
+        version: [27.2, 28.1, 28.2, 29.1, master]
     container: silex/emacs:${{ matrix.version }}-ci
 
     steps:
diff --git a/ChangeLog b/ChangeLog
index d50a06b846..022a032b7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-08-02  Mats Lidell  <matsl@gnu.org>
+
+* .github/workflows/main.yml (jobs): Add version 29.1 to CI workflow.
+
 2023-07-30  Bob Weiner  <rsw@gnu.org>
 
 * hyperbole.el (hyperb:init): Fix potential unbound use of vertico-mouse-mode.



reply via email to

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