Skip to content

Commit

Permalink
fix(lsp-mode.el): Drop support for 26.3 (#4126)
Browse files Browse the repository at this point in the history
* fix(lsp-mode.el): Drop 26.3

* Update changelog
  • Loading branch information
jcs090218 authored Aug 7, 2023
1 parent 8e43b32 commit 1dcf2fa
Show file tree
Hide file tree
Showing 4 changed files with 3 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
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
* Add [[https://semgrep.dev][Semgrep]] support
* Add AWK language server support.
* Add support for ~scala-ts-mode~.
* Drop support for emacs 26.3
** Release 8.0.0
* Add ~lsp-clients-angular-node-get-prefix-command~ to get the Angular server from another location which is still has ~/lib/node_modules~ in it.
* Set ~lsp-clients-angular-language-server-command~ after the first connection to speed up subsequent connections.
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 1dcf2fa

Please sign in to comment.