File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1111 matrix :
1212 os : [ubuntu-latest, macos-latest, windows-latest]
1313 emacs-version :
14- - 27.2
1514 - 28.2
1615 - 29.4
1716 - 30.1
2625 - os : windows-latest
2726 emacs-version : snapshot
2827 experimental : true
29- exclude :
30- - os : macos-latest
31- emacs-version : 27.2
3228
3329 steps :
3430 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1111
1212(script "test" "echo \"Error: no test specified\" && exit 1")
1313
14- (source " gnu" )
15- (source " melpa" )
14+ (source ' gnu)
15+ (source ' melpa)
1616
17- (depends-on "emacs" "27 .1")
17+ (depends-on "emacs" "28 .1")
1818(depends-on "lsp-mode")
1919(depends-on "lsp-treemacs")
2020(depends-on "lsp-docker")
Original file line number Diff line number Diff line change 11; ;; dap-mode.el --- Debug Adapter Protocol mode -*- lexical-binding : t ; -*-
22
3- ; ; Copyright (C) 2019-2024 emacs-lsp maintainers
3+ ; ; Copyright (C) 2019-2025 emacs-lsp maintainers
44
55; ; This program is free software; you can redistribute it and/or modify
66; ; it under the terms of the GNU General Public License as published by
1818; ; Author: Ivan Yonchovski <[email protected] >1919; ; Keywords: languages, debug
2020; ; URL: https://github.com/emacs-lsp/dap-mode
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"))
21+ ; ; Package-Requires: ((emacs "28 .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.8
2323
2424; ;; Commentary:
You can’t perform that action at this time.
0 commit comments