From 56e92dd86b526c191275cf7813208baad14e0c5d Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Fri, 28 Feb 2025 13:53:49 -0800 Subject: [PATCH] feat: Drop Emacs 27.x (#834) --- .github/workflows/test.yml | 4 ---- Eask | 6 +++--- dap-mode.el | 4 ++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5263f0a8..c252c986 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] emacs-version: - - 27.2 - 28.2 - 29.4 - 30.1 @@ -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 diff --git a/Eask b/Eask index 5ca71fd7..c06164d1 100644 --- a/Eask +++ b/Eask @@ -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") diff --git a/dap-mode.el b/dap-mode.el index 0b25e7cd..4c4a09ca 100644 --- a/dap-mode.el +++ b/dap-mode.el @@ -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 @@ -18,7 +18,7 @@ ;; Author: Ivan Yonchovski ;; 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: