Skip to content

Commit 6852763

Browse files
authored
fix(dap-mode.el): Drop support for 26.x (#749)
1 parent b79b32a commit 6852763

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
emacs-version:
14-
- 26.3
1514
- 27.2
1615
- 28.2
1716
- 29.1

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
** 0.8
66
- [Breaking Change] Change debug provider names to match VS Code's naming: ~lldb~ to ~lldb-mi~ and ~codelldb~ to ~lldb~
77
- Added ~dap-gdscript~
8+
- Drop support for emacs 26.x
89
** 0.7
910
- [Breaking change] For ~dap-lldb.el~, change ~type~ to ~lldb-vscode~.
1011
** 0.5

Eask

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

17-
(depends-on "emacs" "26.1")
17+
(depends-on "emacs" "27.1")
1818
(depends-on "lsp-mode")
1919
(depends-on "lsp-treemacs")
2020
(depends-on "lsp-docker")

dap-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; Author: Ivan Yonchovski <[email protected]>
1919
;; Keywords: languages, debug
2020
;; URL: https://github.com/emacs-lsp/dap-mode
21-
;; Package-Requires: ((emacs "26.1") (dash "2.18.0") (lsp-mode "6.0") (bui "1.1.0") (f "0.20.0") (s "1.12.0") (lsp-treemacs "0.1") (posframe "0.7.0") (ht "2.3") (lsp-docker "1.0.0"))
21+
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (lsp-mode "6.0") (bui "1.1.0") (f "0.20.0") (s "1.12.0") (lsp-treemacs "0.1") (posframe "0.7.0") (ht "2.3") (lsp-docker "1.0.0"))
2222
;; Version: 0.7
2323

2424
;;; Commentary:

0 commit comments

Comments
 (0)