aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohanan Idicula <johanan@forcepush.tech>2022-05-17 08:53:26 -0400
committerBozhidar Batsov <bozhidar@batsov.dev>2022-05-22 10:40:26 +0300
commitb19725610e65fdc6d92341e62a5e8bb95371fc6c (patch)
treeabc77b319027bdcdba108b5c01181d4ddb3c8636 /.github
parenta4f86f981c84a546530d5904253fa266431ef806 (diff)
Add Emacs 28.1 to CI tests
Now that Emacs 28.1 is released and the latest stable version available, we should include testing with this version in CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cb31ed7..2767f98 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# Earliest supported + latest in each stable branch + snapshot.
- emacs_version: ['25.1', '25.3', '26.3', '27.1', 'snapshot']
+ emacs_version: ['25.1', '25.3', '26.3', '27.1', '28.1', 'snapshot']
steps:
- name: Set up Emacs