We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6313976 commit a70c5fcCopy full SHA for a70c5fc
.circleci/config.yml
@@ -33,6 +33,12 @@ jobs:
33
entrypoint: bash
34
<<: *default-steps
35
36
+ test-emacs-28:
37
+ docker:
38
+ - image: silex/emacs:28-ci-cask
39
+ entrypoint: bash
40
+ <<: *default-steps
41
+
42
test-emacs-master:
43
docker:
44
- image: silex/emacs:master-ci-cask
@@ -46,4 +52,5 @@ workflows:
46
52
- test-emacs-25
47
53
- test-emacs-26
48
54
- test-emacs-27
55
+ - test-emacs-28
49
56
- test-emacs-master
0 commit comments