Skip to content

Commit 112e061

Browse files
committed
Add Emacs 27 to the build matrix
1 parent 3dc12d3 commit 112e061

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
@@ -27,6 +27,12 @@ jobs:
2727
entrypoint: bash
2828
<<: *default-steps
2929

30+
test-emacs-27:
31+
docker:
32+
- image: silex/emacs:27-dev
33+
entrypoint: bash
34+
<<: *default-steps
35+
3036
test-emacs-master:
3137
docker:
3238
- image: silex/emacs:master-dev
@@ -39,4 +45,5 @@ workflows:
3945
jobs:
4046
- test-emacs-25
4147
- test-emacs-26
48+
- test-emacs-27
4249
- test-emacs-master

0 commit comments

Comments
 (0)