aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2022-08-01 08:26:35 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2022-08-01 08:26:35 +0200
commitca9bfa7767e77d38ec12d5e88a4ddc7f8ea99264 (patch)
tree4fd2b3eb5c2be787928239d4c5d05b1a8ff5c0d1 /.github/workflows/ci.yml
parent0e4e9e826f28ae47b9c50d38f5a68ac4ccec1c8e (diff)
downloaddotfiles-ca9bfa7767e77d38ec12d5e88a4ddc7f8ea99264.tar.gz
dotfiles-ca9bfa7767e77d38ec12d5e88a4ddc7f8ea99264.zip
ci: added GNU Emacs 28.1 into the matrix
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0311f44..88c71d5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
matrix:
emacs_version:
- '27.2'
+ - '28.1'
- 'snapshot'
steps: