Skip to content

Commit 08d41ba

Browse files
authored
fix: Drop support for Emacs 26.x (#448)
1 parent 79882a2 commit 08d41ba

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
@@ -16,7 +16,6 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
emacs-version:
19-
- 26.3
2019
- 27.2
2120
- 28.2
2221
- snapshot

Eask

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

19-
(depends-on "emacs" "26.1")
19+
(depends-on "emacs" "27.1")
2020
(depends-on "lsp-mode")
2121
(depends-on "markdown-mode")
2222
(depends-on "dash")

lsp-java.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Version: 3.0
44

5-
;; 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"))
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"))
66
;; Keywords: languague, tools
77
;; URL: https://github.com/emacs-lsp/lsp-java
88

0 commit comments

Comments
 (0)