Skip to content

Commit

Permalink
Add Emacs 28 to CircleCI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkwiecinski authored and vedang committed Apr 26, 2022
1 parent 8e622b2 commit 007fcf1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
entrypoint: bash
<<: *default-steps

test-emacs-28:
docker:
- image: silex/emacs:28-ci-cask
entrypoint: bash
<<: *default-steps

test-emacs-master:
docker:
- image: silex/emacs:master-ci-cask
Expand All @@ -44,4 +50,5 @@ workflows:
- test-emacs-25
- test-emacs-26
- test-emacs-27
- test-emacs-28
- test-emacs-master

0 comments on commit 007fcf1

Please sign in to comment.