Skip to content

Commit 1bc8555

Browse files
committed
feat: Drop support for Emacs 26.x
1 parent ffc6cf7 commit 1bc8555

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
@@ -20,7 +20,6 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222
emacs-version:
23-
- 26.3
2423
- 27.2
2524
- 28.2
2625
- 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 "nerd-icons")
1818

doom-dashboard.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Elijah G. <[email protected]>
66
;; URL: https://github.com/emacs-dashboard/doom-dashboard
77
;; Version: 0.1.0
8-
;; Package-Requires: ((emacs "26.1") (dashboard "1.2.5") (nerd-icons "0.1.0"))
8+
;; Package-Requires: ((emacs "27.1") (dashboard "1.2.5") (nerd-icons "0.1.0"))
99
;; Keywords: convenience tools extension
1010

1111
;; This file is NOT part of GNU Emacs.

0 commit comments

Comments
 (0)