Skip to content

Commit a07fb3a

Browse files
committed
feat: Drop support for Emacs 26.x
1 parent 2e22918 commit a07fb3a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
emacs-version:
19-
- 26.3
2019
- 27.2
2120
- 28.2
2221
- 29.4

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
(source "gnu")
1313
(source "melpa")
1414

15-
(depends-on "emacs" "26.1")
15+
(depends-on "emacs" "27.1")
1616
(depends-on "avy")
1717

1818
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

ace-link-dashboard.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Shen, Jen-Chieh <[email protected]>
88
;; URL: https://github.com/emacs-dashboard/ace-link-dashboard
99
;; Version: 0.1.0
10-
;; Package-Requires: ((emacs "26.1") (avy "0.5.0"))
10+
;; Package-Requires: ((emacs "27.1") (avy "0.5.0"))
1111
;; Keywords: tools
1212

1313
;; This file is not part of GNU Emacs.

0 commit comments

Comments
 (0)