aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-04-02 16:41:46 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2024-04-02 16:41:46 +0200
commita663e68f1015fffadb374380f7d3683531e229d0 (patch)
treea085061c67fa087217c836c2496f5fba4324b90a /.github/workflows/ci.yml
parent572cf0d32940e2f93f282667c7a748647506e46a (diff)
downloaddotfiles-a663e68f1015fffadb374380f7d3683531e229d0.tar.gz
dotfiles-a663e68f1015fffadb374380f7d3683531e229d0.zip
ci: adding more versions of GNU Emacs
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows/ci.yml')
-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: