Skip to content

Commit

Permalink
feat: Drop Emacs 27.x (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Feb 28, 2025
1 parent 91d8a91 commit 56e92dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 27.2
- 28.2
- 29.4
- 30.1
Expand All @@ -26,9 +25,6 @@ jobs:
- os: windows-latest
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs-version: 27.2

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

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

(source "gnu")
(source "melpa")
(source 'gnu)
(source 'melpa)

(depends-on "emacs" "27.1")
(depends-on "emacs" "28.1")
(depends-on "lsp-mode")
(depends-on "lsp-treemacs")
(depends-on "lsp-docker")
Expand Down
4 changes: 2 additions & 2 deletions dap-mode.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; dap-mode.el --- Debug Adapter Protocol mode -*- lexical-binding: t; -*-

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

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand All @@ -18,7 +18,7 @@
;; Author: Ivan Yonchovski <[email protected]>
;; Keywords: languages, debug
;; URL: https://github.com/emacs-lsp/dap-mode
;; 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"))
;; 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"))
;; Version: 0.8

;;; Commentary:
Expand Down

0 comments on commit 56e92dd

Please sign in to comment.