Skip to content

Commit

Permalink
fix(lsp-mode.el): Drop 26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Aug 6, 2023
1 parent 5c36d25 commit 33bcc93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 26.3
- 27.2
- 28.2
- 29.1
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lsp-semantic-tokens.el"
"clients/*.el")

(depends-on "emacs" "26.3")
(depends-on "emacs" "27.1")
(depends-on "dash")
(depends-on "f")
(depends-on "ht")
Expand Down
2 changes: 1 addition & 1 deletion lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Vibhav Pant, Fangrui Song, Ivan Yonchovski
;; Keywords: languages
;; Package-Requires: ((emacs "26.3") (dash "2.18.0") (f "0.20.0") (ht "2.3") (spinner "1.7.3") (markdown-mode "2.3") (lv "0") (eldoc "1.11"))
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (f "0.20.0") (ht "2.3") (spinner "1.7.3") (markdown-mode "2.3") (lv "0") (eldoc "1.11"))
;; Version: 8.0.1

;; URL: https://github.com/emacs-lsp/lsp-mode
Expand Down

0 comments on commit 33bcc93

Please sign in to comment.