File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 17
17
matrix :
18
18
os : [ubuntu-latest, macos-latest, windows-latest]
19
19
emacs-version :
20
- - 27.2
21
20
- 28.2
22
21
- 29.4
23
22
- 30.1
32
31
- os : windows-latest
33
32
emacs-version : snapshot
34
33
experimental : true
35
- exclude :
36
- - os : macos-latest
37
- emacs-version : 27.2
38
34
39
35
steps :
40
36
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 9
9
10
10
(script "test" "echo \"Error: no test specified\" && exit 1")
11
11
12
- (source " gnu" )
13
- (source " melpa" )
12
+ (source ' gnu)
13
+ (source ' melpa)
14
14
15
- (depends-on "emacs" "27 .1")
15
+ (depends-on "emacs" "28 .1")
16
16
(depends-on "dash")
17
17
(depends-on "lsp-mode")
18
18
(depends-on "f")
Original file line number Diff line number Diff line change 6
6
; ; URL: https://github.com/emacs-lsp/lsp-docker
7
7
; ; Keywords: languages langserver
8
8
; ; Version: 1.0.0
9
- ; ; Package-Requires: ((emacs "27 .1") (dash "2.14.1") (lsp-mode "6.2.1") (f "0.20.0") (s "1.13.0") (yaml "0.2.0") (ht "2.0"))
9
+ ; ; Package-Requires: ((emacs "28 .1") (dash "2.14.1") (lsp-mode "6.2.1") (f "0.20.0") (s "1.13.0") (yaml "0.2.0") (ht "2.0"))
10
10
11
11
12
12
; ; This program is free software; you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments