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

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

[elpa] externals/hyperbole 07d70f8a85 1/5: Add Emacs 29.3 to CI builds (


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 07d70f8a85 1/5: Add Emacs 29.3 to CI builds (#495)
Date: Sun, 31 Mar 2024 18:58:29 -0400 (EDT)

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

    Add Emacs 29.3 to CI builds (#495)
---
 .github/workflows/main.yml | 2 +-
 ChangeLog                  | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index df3c503d98..e04c136698 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, 29.1, master]
+        version: [27.2, 28.2, 29.3, master]
     container: silex/emacs:${{ matrix.version }}-ci
 
     steps:
diff --git a/ChangeLog b/ChangeLog
index dbf92d0187..b46b30f40e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2024-03-31  Mats Lidell  <matsl@gnu.org>
 
+* .github/workflows/main.yml (jobs): Add Emacs 29.3 to versions used for
+    the CI builds.
+
 * test/hyrolo-tests.el (hyrolo-test--grep-count): Verify hyrolo match count.
 
 2024-03-31  Bob Weiner  <rsw@gnu.org>



reply via email to

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