Skip to content

Commit 13d24b5

Browse files
committed
feat: Drop support for Emacs 26.x
1 parent 5a70334 commit 13d24b5

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 "dashboard")
1717
(depends-on "bm")
1818

dashboard-bm.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;; Shen, Jen-Chieh <[email protected]>
99
;; URL: https://github.com/emacs-dashboard/dashboard-bm
1010
;; Version: 0.0.1
11-
;; Package-Requires: ((emacs "26.1") (dashboard "1.2.5") (bm "0"))
11+
;; Package-Requires: ((emacs "27.1") (dashboard "1.2.5") (bm "0"))
1212
;; Keywords: tools
1313

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

0 commit comments

Comments
 (0)