Skip to content

Commit 53b17d7

Browse files
Bump minimum emacs version
Otherwise CI fails, seems like Cask doesn't support older versions?
1 parent c121b73 commit 53b17d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
strategy:
2424
matrix:
2525
emacs_version:
26-
- 25.3
2726
- 26.3
2827
- 27.1
2928
fail-fast: false

frames-only-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: David Shepherd <davidshepherd7@gmail.com>
66
;; Version: 1.0.0
7-
;; Package-Requires: ((emacs "24.4") (dash "2.13.0") (s "1.11.0"))
7+
;; Package-Requires: ((emacs "26.3") (dash "2.13.0") (s "1.11.0"))
88
;; Keywords: frames, windows
99
;; URL: https://github.com/davidshepherd7/frames-only-mode
1010

0 commit comments

Comments
 (0)