aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorJenChieh <jcs090218@gmail.com>2024-04-08 16:49:08 -0700
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2024-04-09 09:05:51 +0200
commit7eda4817713984786b71bf04df60bc0613e8683e (patch)
tree3f1d5e06e4d6e5d2ad749ff208c1445dda554513 /.github/workflows/test.yml
parent0251080640e0da6f0eec2b7d8dd70e9c9b9915d7 (diff)
ci: Test Emacs 28 and 29
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e911e9a..22a3da2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -11,7 +11,9 @@ jobs:
emacs_version:
- 25.3
- 26.3
- - 27.1
+ - 27.2
+ - 28.2
+ - 29.3
- snapshot
steps:
- uses: purcell/setup-emacs@master