Skip to content

Commit

Permalink
fix: Drop support for Emacs 26.x (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Aug 15, 2023
1 parent 79882a2 commit 08d41ba
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 @@ -16,7 +16,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 26.3
- 27.2
- 28.2
- snapshot
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
(source "gnu")
(source "melpa")

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

;; Version: 3.0

;; Package-Requires: ((emacs "25.1") (lsp-mode "6.0") (markdown-mode "2.3") (dash "2.18.0") (f "0.20.0") (ht "2.0") (request "0.3.0") (treemacs "2.5") (dap-mode "0.5"))
;; Package-Requires: ((emacs "27.1") (lsp-mode "6.0") (markdown-mode "2.3") (dash "2.18.0") (f "0.20.0") (ht "2.0") (request "0.3.0") (treemacs "2.5") (dap-mode "0.5"))
;; Keywords: languague, tools
;; URL: https://github.com/emacs-lsp/lsp-java

Expand Down

0 comments on commit 08d41ba

Please sign in to comment.