From f6c456ea0ad98c933e57efff665d948fb5c6fc94 Mon Sep 17 00:00:00 2001 From: Philippe Vaucher Date: Wed, 7 Jan 2026 10:22:33 +0100 Subject: ci: update emacs stable versions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08b48c2..87cea1c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # Earliest supported + latest in each stable branch + snapshot. - emacs_version: ['26.3', '27.1', '28.1', '29.1', 'snapshot'] + emacs_version: ['26.3', '27.2', '28.2', '29.4', 'snapshot'] steps: - name: Set up Emacs -- cgit v1.0