diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-04-02 16:41:46 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-04-02 16:41:46 +0200 |
| commit | a663e68f1015fffadb374380f7d3683531e229d0 (patch) | |
| tree | a085061c67fa087217c836c2496f5fba4324b90a /.github/workflows/ci.yml | |
| parent | 572cf0d32940e2f93f282667c7a748647506e46a (diff) | |
| download | dotfiles-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.yml | 8 |
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: |
