Skip to content

Commit 9ce7470

Browse files
committed
feat: Drop Emacs 27.x
1 parent fb5a996 commit 9ce7470

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
emacs-version:
20-
- 26.3
2119
- 27.2
2220
- 28.2
2321
- 29.4
@@ -33,11 +31,6 @@ jobs:
3331
- os: windows-latest
3432
emacs-version: snapshot
3533
experimental: true
36-
exclude:
37-
- os: macos-latest
38-
emacs-version: 26.3
39-
- os: macos-latest
40-
emacs-version: 27.2
4134

4235
steps:
4336
- uses: actions/checkout@v3

Eask

Lines changed: 3 additions & 3 deletions
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" "25.1")
15+
(depends-on "emacs" "27.1")
1616
(depends-on "lsp-mode")
1717
(depends-on "dash")
1818
(depends-on "f")

lsp-mssql.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
;; Author: Ivan Yonchovski <[email protected]>
77
;; Keywords: data, languages
8-
;; Package-Requires: ((emacs "25.1") (lsp-mode "6.2") (dash "2.14.1") (f "0.20.0") (ht "2.0") (lsp-treemacs "0.1"))
8+
;; Package-Requires: ((emacs "27.1") (lsp-mode "6.2") (dash "2.14.1") (f "0.20.0") (ht "2.0") (lsp-treemacs "0.1"))
99
;; URL: https://github.com/emacs-lsp/lsp-mssql
1010

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

0 commit comments

Comments
 (0)