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 "lsp-mode")
17
17
18
18
(development
Original file line number Diff line number Diff line change 1
1
; ;; lsp-haskell.el --- Haskell support for lsp-mode -*- lexical-binding : t ; -*-
2
2
3
3
; ; Version: 1.1
4
- ; ; Package-Requires: ((emacs "27 .1") (lsp-mode "3.0"))
4
+ ; ; Package-Requires: ((emacs "28 .1") (lsp-mode "3.0"))
5
5
; ; Keywords: haskell
6
6
; ; URL: https://github.com/emacs-lsp/lsp-haskell
7
7
You can’t perform that action at this time.
0 commit comments