Skip to content

Commit

Permalink
Merge pull request #201 from jcs-PR/drop/26
Browse files Browse the repository at this point in the history
fix: Drop support for Emacs 26.x
  • Loading branch information
jcs090218 committed Mar 28, 2024
2 parents 81954d9 + 94f1003 commit fc3761b
Show file tree
Hide file tree
Showing 3 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 @@ -17,7 +17,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 26.3
- 27.2
- 28.2
- 29.1
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(source "gnu")
(source "melpa")

(depends-on "emacs" "26.3")
(depends-on "emacs" "27.1")
(depends-on "lsp-treemacs")
(depends-on "lsp-mode")
(depends-on "dap-mode")
Expand Down
3 changes: 2 additions & 1 deletion lsp-dart.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
;; Copyright (C) 2022 Eric Dallo

;; Version: 1.24.3
;; Package-Requires: ((emacs "26.3") (lsp-treemacs "0.3") (lsp-mode "7.0.1") (dap-mode "0.6") (f "0.20.0") (dash "2.14.1") (dart-mode "1.0.5") (jsonrpc "1.0.15") (ht "2.2"))
;; Package-Requires: ((emacs "27.1") (lsp-treemacs "0.3") (lsp-mode "7.0.1") (dap-mode "0.6") (f "0.20.0") (dash "2.14.1") (dart-mode "1.0.5") (jsonrpc "1.0.15") (ht "2.2"))

;; Keywords: languages, extensions
;; URL: https://emacs-lsp.github.io/lsp-dart

Expand Down

0 comments on commit fc3761b

Please sign in to comment.