Skip to content

Commit 0dd3990

Browse files
authored
fix: Drop support for Emacs 26.x (#757)
1 parent 9d28c2c commit 0dd3990

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
2323
emacs-version:
24-
- 26.3
2524
- 27.1
2625
- 27.2
2726
- 28.1

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(source "gnu")
1515
(source "melpa")
1616

17-
(depends-on "emacs" "26.3")
17+
(depends-on "emacs" "27.1")
1818
(depends-on "dash")
1919
(depends-on "flycheck")
2020
(depends-on "lsp-mode")

lsp-ui.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: Sebastien Chapuis <[email protected]>, Fangrui Song <[email protected]>
77
;; Keywords: languages, tools
88
;; URL: https://github.com/emacs-lsp/lsp-ui
9-
;; Package-Requires: ((emacs "26.1") (dash "2.18.0") (lsp-mode "6.0") (markdown-mode "2.3"))
9+
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (lsp-mode "6.0") (markdown-mode "2.3"))
1010
;; Version: 8.0.1
1111

1212
;;; License

0 commit comments

Comments
 (0)