File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
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 14
14
(source "gnu")
15
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 "dash")
20
20
Original file line number Diff line number Diff line change 7
7
; ; Package-Version: 20200621
8
8
; ; Version: 0.1
9
9
; ; Homepage: https://github.com/emacs-lsp/emacs-ccls
10
- ; ; Package-Requires: ((emacs "27 .1") (lsp-mode "6.3.1") (dash "2.14.1"))
10
+ ; ; Package-Requires: ((emacs "28 .1") (lsp-mode "6.3.1") (dash "2.14.1"))
11
11
; ; Keywords: languages, lsp, c++
12
12
13
13
; ; Permission is hereby granted, free of charge, to any person obtaining a copy
You can’t perform that action at this time.
0 commit comments