branch: externals/hyperbole
commit 203f702eb6e9a09a922bbb51f2a3b47d91f33e73
Merge: f16445471d 818553046b
Author: bw <r...@gnu.org>
Commit: bw <r...@gnu.org>

    Merge remote-tracking branch 'github_origin/master' into rsw
---
 .github/workflows/main.yml | 2 +-
 Makefile                   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 102d10f761..48d97c27d4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        version: [28.2, 29.4, 30.1, master]
+        version: [28.2, 29.4, 30.2, master]
     container: silex/emacs:${{ matrix.version }}-ci
 
     steps:
diff --git a/Makefile b/Makefile
index 2a39b140be..9ac62ed7b6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Author:       Bob Weiner
 #
 # Orig-Date:    15-Jun-94 at 03:42:38
-# Last-Mod:     12-Apr-25 at 13:15:02 by Bob Weiner
+# Last-Mod:     19-Aug-25 at 10:08:26 by Mats Lidell
 #
 # Copyright (C) 1994-2025  Free Software Foundation, Inc.
 # See the file HY-COPY for license information.
@@ -181,7 +181,7 @@ HYPB_WEB_REPO_LOCATION = ../hyweb/hyperbole/
 HYPB_WEB_REPO_LOCATION_DEVEL = $(HYPB_WEB_REPO_LOCATION)devel/
 
 # CI/CD Emacs versions for local docker based tests
-DOCKER_VERSIONS=28.2 29.4 30.1 master
+DOCKER_VERSIONS=28.2 29.4 30.2 master
 
 ##########################################################################
 #                     NO CHANGES REQUIRED BELOW HERE.                    #

Reply via email to