aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Vaucher <philippe.vaucher@gmail.com>2026-01-07 10:22:40 +0100
committerPhilippe Vaucher <Silex@users.noreply.github.com>2026-01-07 10:51:59 +0100
commit72f3c5f842d9824e1990bedbf59f5f95d9f72003 (patch)
tree84daf3bf509ac54c923fd1cd2d4dd68e6fbef4f7
parentf6c456ea0ad98c933e57efff665d948fb5c6fc94 (diff)
ci: add emacs 30.2
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 87cea1c..3ad64b4 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.2', '28.2', '29.4', 'snapshot']
+ emacs_version: ['26.3', '27.2', '28.2', '29.4', '30.2', 'snapshot']
steps:
- name: Set up Emacs