Skip to content

Commit 37a4c9c

Browse files
committed
Add Emacs 27 to the build matrix
1 parent 8648120 commit 37a4c9c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.circleci/config.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
- setup
4040
- test
4141

42+
test-emacs-27:
43+
docker:
44+
- image: silex/emacs:27-dev
45+
entrypoint: bash
46+
steps:
47+
- setup
48+
- test
49+
4250
test-emacs-master:
4351
docker:
4452
- image: silex/emacs:master-dev
@@ -49,7 +57,7 @@ jobs:
4957

5058
test-lint:
5159
docker:
52-
- image: silex/emacs:26-dev
60+
- image: silex/emacs:27-dev
5361
steps:
5462
- setup
5563
- lint
@@ -60,5 +68,6 @@ workflows:
6068
jobs:
6169
- test-emacs-25
6270
- test-emacs-26
71+
- test-emacs-27
6372
- test-emacs-master
6473
- test-lint

0 commit comments

Comments
 (0)