Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a70c5fc

Browse filesBrowse files
ikappakibbatsov
authored andcommitted
Add emacs-28 in test matrix
1 parent 6313976 commit a70c5fc
Copy full SHA for a70c5fc

File tree

1 file changed

+7
-0
lines changed
Filter options

1 file changed

+7
-0
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+7Lines changed: 7 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.