Skip to content

Commit c7fab50

Browse files
committed
Run the clojure-ts-mode tests only on Emacs 30+
1 parent 0e55036 commit c7fab50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ jobs:
114114
eldev -p -dtTC test --test-type enrich || eldev -p -dtTC test --test-type enrich
115115
116116
- name: Test clojure-ts-mode
117-
if: startsWith (matrix.emacs_version, '29')
117+
if: startsWith (matrix.emacs_version, '30')
118118
run: |
119119
eldev -p -dtTC test --test-type clojure-ts-mode || eldev -p -dtTC test --test-type clojure-ts-mode

0 commit comments

Comments
 (0)