Skip to content

Commit 98f6f3f

Browse files
committed
fix: Drop Emacs 28.X
1 parent ff34965 commit 98f6f3f

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
2323
emacs-version:
24-
- 28.2
2524
- 29.4
2625
- 30.2
2726
experimental: [false]

Eask

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

19-
(depends-on "emacs" "28.1")
19+
(depends-on "emacs" "29.1")
2020
(depends-on "dash")
2121
(depends-on "lsp-mode")
2222
(depends-on "markdown-mode")

lsp-ui.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Author: Sebastien Chapuis <sebastien@chapu.is>, Fangrui Song <i@maskray.me>
88
;; Keywords: languages, tools
99
;; URL: https://github.com/emacs-lsp/lsp-ui
10-
;; Package-Requires: ((emacs "28.1") (dash "2.18.0") (lsp-mode "6.0") (markdown-mode "2.3"))
10+
;; Package-Requires: ((emacs "29.1") (dash "2.18.0") (lsp-mode "6.0") (markdown-mode "2.3"))
1111
;; Version: 9.0.0
1212

1313
;;; License

0 commit comments

Comments
 (0)