Skip to content

Commit 2495abd

Browse files
authored
Merge pull request #177 from emacs-lsp/feat/drop-27
feat: Drop Emacs 27.x
2 parents c4e30c6 + 2bb7f80 commit 2495abd

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
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
@@ -26,9 +25,6 @@ jobs:
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@v3

Eask

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
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 "dash")
1919
(depends-on "f")
2020
(depends-on "ht")

lsp-treemacs.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Ivan Yonchovski
66
;; Keywords: languages
7-
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (f "0.20.0") (ht "2.0") (treemacs "2.5") (lsp-mode "6.0"))
7+
;; Package-Requires: ((emacs "28.1") (dash "2.18.0") (f "0.20.0") (ht "2.0") (treemacs "2.5") (lsp-mode "6.0"))
88
;; Homepage: https://github.com/emacs-lsp/lsp-treemacs
99
;; Version: 0.5
1010

0 commit comments

Comments
 (0)