aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b337211..6622526 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,8 +24,12 @@ jobs:
fail-fast: false
matrix:
emacs_version:
- - '27.2'
- - '28.1'
+ - 27.2
+ - 28.1
+ - 28.2
+ - 29.1
+ - 29.2
+ - 29.3
- 'snapshot'
steps: