Skip to content

Commit 56e92dd

Browse files
authored
feat: Drop Emacs 27.x (#834)
1 parent 91d8a91 commit 56e92dd

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
emacs-version:
14-
- 27.2
1514
- 28.2
1615
- 29.4
1716
- 30.1
@@ -26,9 +25,6 @@ jobs:
2625
- os: windows-latest
2726
emacs-version: snapshot
2827
experimental: true
29-
exclude:
30-
- os: macos-latest
31-
emacs-version: 27.2
3228

3329
steps:
3430
- uses: actions/checkout@v4

Eask

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
(script "test" "echo \"Error: no test specified\" && exit 1")
1313

14-
(source "gnu")
15-
(source "melpa")
14+
(source 'gnu)
15+
(source 'melpa)
1616

17-
(depends-on "emacs" "27.1")
17+
(depends-on "emacs" "28.1")
1818
(depends-on "lsp-mode")
1919
(depends-on "lsp-treemacs")
2020
(depends-on "lsp-docker")

dap-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; dap-mode.el --- Debug Adapter Protocol mode -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2019-2024 emacs-lsp maintainers
3+
;; Copyright (C) 2019-2025 emacs-lsp maintainers
44

55
;; This program is free software; you can redistribute it and/or modify
66
;; it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
1818
;; Author: Ivan Yonchovski <[email protected]>
1919
;; Keywords: languages, debug
2020
;; URL: https://github.com/emacs-lsp/dap-mode
21-
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (lsp-mode "6.0") (bui "1.1.0") (f "0.20.0") (s "1.12.0") (lsp-treemacs "0.1") (posframe "0.7.0") (ht "2.3") (lsp-docker "1.0.0"))
21+
;; Package-Requires: ((emacs "28.1") (dash "2.18.0") (lsp-mode "6.0") (bui "1.1.0") (f "0.20.0") (s "1.12.0") (lsp-treemacs "0.1") (posframe "0.7.0") (ht "2.3") (lsp-docker "1.0.0"))
2222
;; Version: 0.8
2323

2424
;;; Commentary:

0 commit comments

Comments
 (0)