Skip to content

Commit 62abe4e

Browse files
committed
Add Emacs 27 to the CI matrix
1 parent 6cb8e43 commit 62abe4e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
entrypoint: bash
2222
<<: *default-steps
2323

24+
test-emacs-27:
25+
docker:
26+
- image: silex/emacs:27-ci-cask
27+
entrypoint: bash
28+
<<: *default-steps
29+
2430
test-emacs-master:
2531
docker:
2632
- image: silex/emacs:master-ci-cask
@@ -33,4 +39,5 @@ workflows:
3339
jobs:
3440
- test-emacs-25
3541
- test-emacs-26
42+
- test-emacs-27
3643
- test-emacs-master

0 commit comments

Comments
 (0)