aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-04-10 19:34:09 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-04-10 19:34:09 +0200
commitdbdd9b3de576ee0fd7a73c4ccbbc3c9c7112152e (patch)
treeec57e3ff6f5c505f20a47abc37930a8531cdf8ca /.github
parente630fbd3cc3261ccf26abd6d59216423e987fa6b (diff)
Add Emacs 28.1 to list of tested Emacs versions in GitHub CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/makefile.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 8350b93..bf7c0f7 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -26,6 +26,7 @@ jobs:
- '26.3'
- '27.1'
- '27.2'
+ - '28.1'
- 'snapshot'
steps:
- uses: actions/checkout@v2