Change emacs version
Some checks failed
/ Test on 28.2 (push) Failing after 3m21s
/ Test on snapshot (push) Waiting to run
/ Test on 29.4 (push) Has been cancelled

This commit is contained in:
Maciej 2024-09-02 12:45:18 +03:00
parent 5ac22ced29
commit c4b79b2829
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 4 additions and 1 deletions

View file

@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
node: ["20"]
emacs-version: ["snapshot", "28.2", "29.1"]
emacs-version: ["snapshot", "28.2", "29.4"]
steps:
- name: Checkout

View file

@ -67,4 +67,7 @@
:sort nil
:action counsel-projectile-find-file-action
:caller 'counsel-projectile-find-file)))
;; Local Variables:
;; no-byte-compile: t
;; End:
;;; test-counsel-projectile.el ends here