Skip to content

feat: Drop Emacs 27. #4720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: purcell/setup-emacs@master
with:
version: 27.1
version: 28.1

- uses: conao3/setup-cask@master
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
emacs-version:
- 27.2
- 28.2
- 29.4
- 30.1
Expand All @@ -33,9 +32,6 @@ jobs:
- os: windows-latest
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs-version: 27.2

steps:
- uses: jcs090218/setup-emacs@master
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* Add support for environment variables in rust analyzer runnables. Allowing the new ~Update Tests (Expect)~ code lens to work as expected.
* Add support for [[https://github.com/mathworks/MATLAB-language-server][MATLAB language server]] (requires [[https://github.com/MathWorks/Emacs-MATLAB-Mode][matlab-mode]]).
* Add support for [[https://github.com/c3lang/c3c][c3 language]] (requires [[https://github.com/c3lang/c3-ts-mode][c3-ts-mode]] and [[https://github.com/pherrymason/c3-lsp][c3lsp]]).
* Drop support for emacs 27.1 and 27.2

** 9.0.0
* Add language server config for QML (Qt Modeling Language) using qmlls.
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lsp-semantic-tokens.el"
"clients/*.el")

(depends-on "emacs" "27.1")
(depends-on "emacs" "28.1")
(depends-on "dash")
(depends-on "f")
(depends-on "ht")
Expand Down
4 changes: 2 additions & 2 deletions lsp-inline-completion.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; lsp-inline-completion.el --- LSP mode -*- lexical-binding: t; -*-

;; Copyright (C) 2020-2024 emacs-lsp maintainers
;; Copyright (C) 2020-2025 emacs-lsp maintainers

;; Author: Rodrigo Kassick
;; Keywords: languages
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (spinner "1.7.3"))
;; Package-Requires: ((emacs "28.1") (dash "2.18.0") (spinner "1.7.3"))
;; Version: 9.0.1

;; URL: https://github.com/emacs-lsp/lsp-mode
Expand Down
4 changes: 2 additions & 2 deletions lsp-mode.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; lsp-mode.el --- LSP mode -*- lexical-binding: t; -*-

;; Copyright (C) 2020-2024 emacs-lsp maintainers
;; Copyright (C) 2020-2025 emacs-lsp maintainers

;; Author: Vibhav Pant, Fangrui Song, Ivan Yonchovski
;; Keywords: languages
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (f "0.20.0") (ht "2.3") (spinner "1.7.3") (markdown-mode "2.3") (lv "0") (eldoc "1.11"))
;; Package-Requires: ((emacs "28.1") (dash "2.18.0") (f "0.20.0") (ht "2.3") (spinner "1.7.3") (markdown-mode "2.3") (lv "0") (eldoc "1.11"))
;; Version: 9.0.1

;; URL: https://github.com/emacs-lsp/lsp-mode
Expand Down
4 changes: 2 additions & 2 deletions test/lsp-mock-server-test.el
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
;;; lsp-mock-server-test.el --- Unit test utilities -*- lexical-binding: t -*-

;; Copyright (C) 2024-2024 emacs-lsp maintainers
;; Copyright (C) 2024-2025 emacs-lsp maintainers

;; Author: Arseniy Zaostrovnykh
;; Package-Requires: ((emacs "27.1"))
;; Package-Requires: ((emacs "28.1"))
;; Version: 0.0.1
;; License: GPL-3.0-or-later

Expand Down
4 changes: 2 additions & 2 deletions test/mock-lsp-server.el
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
;;; mock-lsp-server.el --- Mock LSP server -*- lexical-binding: t; -*-

;; Copyright (C) 2024-2024 emacs-lsp maintainers
;; Copyright (C) 2024-2025 emacs-lsp maintainers

;; Author: Arseniy Zaostrovnykh
;; Package-Requires: ((emacs "27.1"))
;; Package-Requires: ((emacs "28.1"))
;; Version: 0.1.0
;; License: GPL-3.0-or-later

Expand Down