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 0274ac0 commit 1cc46a2
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 @@ -16,7 +16,7 @@
(source-priority "melpa" 5)
(source-priority "jcs-elpa" 10)

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

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

0 comments on commit 1cc46a2

Please sign in to comment.