branch: externals/hyperbole
commit 07d70f8a85eea4bf40443a699761a68d748e075d
Author: Mats Lidell <mats.lid...@lidells.se>
Commit: GitHub <nore...@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  <ma...@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  <r...@gnu.org>

Reply via email to