branch: elpa/clojure-mode
commit 2505b1e898113b377fb7595eaca3a50877ea5440
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
[CI] Add Emacs 30 to the build matrix
---
.circleci/config.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9d6767da3c..7d91616f60 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -87,6 +87,15 @@ jobs:
- test
- lint
- compile
+ test-ubuntu-emacs-30:
+ docker:
+ - image: silex/emacs:30-ci
+ entrypoint: bash
+ steps:
+ - setup
+ - test
+ - lint
+ - compile
test-ubuntu-emacs-master:
docker:
- image: silex/emacs:master-ci
@@ -124,6 +133,7 @@ workflows:
- test-ubuntu-emacs-27
- test-ubuntu-emacs-28
- test-ubuntu-emacs-29
+ - test-ubuntu-emacs-30
- test-ubuntu-emacs-master
- test-windows-emacs-latest
- test-macos-emacs-latest: