Skip to content

Commit

Permalink
fix: Drop support for Emacs 26.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Aug 11, 2023
1 parent 295d898 commit 45667c4
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 @@ -20,7 +20,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 26.3
- 27.1
- 27.2
- 28.1
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(source "gnu")
(source "melpa")

(depends-on "emacs" "26.3")
(depends-on "emacs" "27.1")
(depends-on "dash")
(depends-on "flycheck")
(depends-on "lsp-mode")
Expand Down
2 changes: 1 addition & 1 deletion lsp-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Author: Sebastien Chapuis <[email protected]>, Fangrui Song <[email protected]>
;; Keywords: languages, tools
;; URL: https://github.com/emacs-lsp/lsp-ui
;; Package-Requires: ((emacs "26.1") (dash "2.18.0") (lsp-mode "6.0") (markdown-mode "2.3"))
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (lsp-mode "6.0") (markdown-mode "2.3"))
;; Version: 8.0.1

;;; License
Expand Down

0 comments on commit 45667c4

Please sign in to comment.