We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e55036 commit c7fab50Copy full SHA for c7fab50
.github/workflows/test.yml
@@ -114,6 +114,6 @@ jobs:
114
eldev -p -dtTC test --test-type enrich || eldev -p -dtTC test --test-type enrich
115
116
- name: Test clojure-ts-mode
117
- if: startsWith (matrix.emacs_version, '29')
+ if: startsWith (matrix.emacs_version, '30')
118
run: |
119
eldev -p -dtTC test --test-type clojure-ts-mode || eldev -p -dtTC test --test-type clojure-ts-mode
0 commit comments