Skip to content

Commit 9689860

Browse files
committed
Drop Emacs 27.x
1 parent 41ab295 commit 9689860

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
emacs-version:
2020
- 28.2
2121
- 29.4
22-
- 30.1
22+
- 30.2
2323
experimental: [false]
2424
include:
2525
- os: ubuntu-latest

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(source 'gnu)
1515
(source 'melpa)
1616

17-
(depends-on "emacs" "27.1")
17+
(depends-on "emacs" "28.1")
1818
(depends-on "lsp-mode")
1919
(depends-on "dash")
2020
(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 "27.1") (lsp-mode "6.2") (dash "2.14.1") (f "0.20.0") (ht "2.0") (lsp-treemacs "0.1"))
8+
;; Package-Requires: ((emacs "28.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)