Skip to content

Commit 3960c73

Browse files
authored
Merge pull request #96 from emacs-lsp/feat/drop-27
feat: Drop Emacs 27.x
2 parents b4210f5 + a5c3f67 commit 3960c73

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
@@ -17,7 +17,6 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919
emacs-version:
20-
- 27.2
2120
- 28.2
2221
- 29.4
2322
- 30.1
@@ -32,9 +31,6 @@ jobs:
3231
- os: windows-latest
3332
emacs-version: snapshot
3433
experimental: true
35-
exclude:
36-
- os: macos-latest
37-
emacs-version: 27.2
3834

3935
steps:
4036
- uses: actions/checkout@v3

Eask

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
(script "test" "echo \"Error: no test specified\" && exit 1")
1111

12-
(source "gnu")
13-
(source "melpa")
12+
(source 'gnu)
13+
(source 'melpa)
1414

15-
(depends-on "emacs" "27.1")
15+
(depends-on "emacs" "28.1")
1616
(depends-on "dash")
1717
(depends-on "lsp-mode")
1818
(depends-on "f")

lsp-docker.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; URL: https://github.com/emacs-lsp/lsp-docker
77
;; Keywords: languages langserver
88
;; 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"))
1010

1111

1212
;; This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)