Commit 9c5f6a8 1 parent 91d8a91 commit 9c5f6a8 Copy full SHA for 9c5f6a8
File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11
11
matrix :
12
12
os : [ubuntu-latest, macos-latest, windows-latest]
13
13
emacs-version :
14
- - 27.2
15
14
- 28.2
16
15
- 29.4
17
16
- 30.1
26
25
- os : windows-latest
27
26
emacs-version : snapshot
28
27
experimental : true
29
- exclude :
30
- - os : macos-latest
31
- emacs-version : 27.2
32
28
33
29
steps :
34
30
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
12
12
(script "test" "echo \"Error: no test specified\" && exit 1")
13
13
14
- (source " gnu" )
15
- (source " melpa" )
14
+ (source ' gnu)
15
+ (source ' melpa)
16
16
17
- (depends-on "emacs" "27 .1")
17
+ (depends-on "emacs" "28 .1")
18
18
(depends-on "lsp-mode")
19
19
(depends-on "lsp-treemacs")
20
20
(depends-on "lsp-docker")
Original file line number Diff line number Diff line change 1
1
; ;; dap-mode.el --- Debug Adapter Protocol mode -*- lexical-binding : t ; -*-
2
2
3
- ; ; Copyright (C) 2019-2024 emacs-lsp maintainers
3
+ ; ; Copyright (C) 2019-2025 emacs-lsp maintainers
4
4
5
5
; ; This program is free software; you can redistribute it and/or modify
6
6
; ; it under the terms of the GNU General Public License as published by
18
18
; ; Author: Ivan Yonchovski <[email protected] >
19
19
; ; Keywords: languages, debug
20
20
; ; 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"))
22
22
; ; Version: 0.8
23
23
24
24
; ;; Commentary:
You can’t perform that action at this time.
0 commit comments