Skip to content

Commit

Permalink
feat: Drop Emacs 27.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 30, 2024
1 parent d7fbb9e commit e40c049
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 27.2
- 28.2
- 29.4
experimental: [false]
Expand All @@ -34,9 +33,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
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(source 'gnu)
(source 'melpa)

(depends-on "emacs" "27.1")
(depends-on "emacs" "28.1")
(depends-on "eglot")
(depends-on "sideline")
(depends-on "ht")
Expand Down
2 changes: 1 addition & 1 deletion sideline-eglot.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Shen, Jen-Chieh <[email protected]>
;; URL: https://github.com/emacs-sideline/sideline-eglot
;; Version: 0.1.0
;; Package-Requires: ((emacs "27.1") (eglot "1.12.29") (sideline "0.1.0") (ht "2.4"))
;; Package-Requires: ((emacs "28.1") (eglot "1.12.29") (sideline "0.1.0") (ht "2.4"))
;; Keywords: convenience eglot

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit e40c049

Please sign in to comment.