Skip to content

Commit ed42da9

Browse files
committed
fix: Drop support for Emacs 26.x
1 parent e9a079d commit ed42da9

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.1
2120
- 27.2
2221
- 28.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2022 Eric Dallo
44

55
;; Version: 1.24.2
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"))
77
;; Keywords: languages, extensions
88
;; URL: https://emacs-lsp.github.io/lsp-dart
99

0 commit comments

Comments
 (0)