branch: elpa/cider
commit c7fab5077cdc6c0adfcd0615d45d7e75f17e45b0
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Run the clojure-ts-mode tests only on Emacs 30+
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4009ac7186..7b012716bf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -114,6 +114,6 @@ jobs:
         eldev -p -dtTC test --test-type enrich || eldev -p -dtTC test 
--test-type enrich
 
     - name: Test clojure-ts-mode
-      if: startsWith (matrix.emacs_version, '29')
+      if: startsWith (matrix.emacs_version, '30')
       run: |
         eldev -p -dtTC test --test-type clojure-ts-mode || eldev -p -dtTC test 
--test-type clojure-ts-mode

Reply via email to