Skip to content

Commit a70c5fc

Browse files
ikappakibbatsov
authored andcommitted
Add emacs-28 in test matrix
1 parent 6313976 commit a70c5fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
entrypoint: bash
3434
<<: *default-steps
3535

36+
test-emacs-28:
37+
docker:
38+
- image: silex/emacs:28-ci-cask
39+
entrypoint: bash
40+
<<: *default-steps
41+
3642
test-emacs-master:
3743
docker:
3844
- image: silex/emacs:master-ci-cask
@@ -46,4 +52,5 @@ workflows:
4652
- test-emacs-25
4753
- test-emacs-26
4854
- test-emacs-27
55+
- test-emacs-28
4956
- test-emacs-master

0 commit comments

Comments
 (0)