branch: elpa/cider
commit aa516693bdeff47fed8e8485f2d8b3a149fd118a
Author: vemv <v...@users.noreply.github.com>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Run test suite on Emacs 29
---
 .circleci/config.yml       | 10 ++++++++++
 .github/workflows/test.yml |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 37160e78ca..140e967b53 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -76,6 +76,13 @@ jobs:
     steps:
       - setup
       - test
+  test-ubuntu-emacs-29:
+    docker:
+      - image: silex/emacs:29-ci
+        entrypoint: bash
+    steps:
+      - setup
+      - test
 
   test-ubuntu-emacs-master:
     docker:
@@ -123,6 +130,9 @@ workflows:
       - test-ubuntu-emacs-28:
           requires:
             - test-lint
+      - test-ubuntu-emacs-29:
+          requires:
+            - test-lint
       - test-ubuntu-emacs-master:
           requires:
             - test-lint
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0e51ec25c2..3d2907cb0a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
     strategy:
       matrix:
         os: [macos-latest, ubuntu-latest, windows-latest]
-        emacs_version: ['26.3', '27.2', '28.2']
+        emacs_version: ['26.3', '27.2', '28.2', '29.1']
 
     steps:
     - name: Set up Emacs

Reply via email to