Skip to content

Commit fc3761b

Browse files
authored
Merge pull request #201 from jcs-PR/drop/26
fix: Drop support for Emacs 26.x
2 parents 81954d9 + 94f1003 commit fc3761b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919
emacs-version:
20-
- 26.3
2120
- 27.2
2221
- 28.2
2322
- 29.1

Eask

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

15-
(depends-on "emacs" "26.3")
15+
(depends-on "emacs" "27.1")
1616
(depends-on "lsp-treemacs")
1717
(depends-on "lsp-mode")
1818
(depends-on "dap-mode")

lsp-dart.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
;; Copyright (C) 2022 Eric Dallo
44

55
;; Version: 1.24.3
6-
;; 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"))
6+
;; 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"))
7+
78
;; Keywords: languages, extensions
89
;; URL: https://emacs-lsp.github.io/lsp-dart
910

0 commit comments

Comments
 (0)