Skip to content

Commit

Permalink
fix: Drop support for Emacs 26.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 27, 2024
1 parent 72500aa commit ba38d60
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 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:
- 26.3
- 27.2
- 28.2
- 29.3
Expand All @@ -33,8 +32,6 @@ jobs:
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs-version: 26.3
- os: macos-latest
emacs-version: 27.2

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" "26.1")
(depends-on "emacs" "27.1")
(depends-on "powerline")

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
2 changes: 1 addition & 1 deletion centaur-tabs.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
;; Created: 2019-21-19 22:14:34
;; Version: 3.3
;; Known Compatibility: GNU Emacs 26.2
;; Package-Requires: ((emacs "26.1") (powerline "2.4"))
;; Package-Requires: ((emacs "27.1") (powerline "2.4"))
;; Keywords: frames

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

0 comments on commit ba38d60

Please sign in to comment.