Skip to content

Commit

Permalink
Bump minimum emacs version
Browse files Browse the repository at this point in the history
Otherwise CI fails, seems like Cask doesn't support older versions?
  • Loading branch information
davidshepherd7 committed Feb 13, 2024
1 parent c121b73 commit 53b17d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
strategy:
matrix:
emacs_version:
- 25.3
- 26.3
- 27.1
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion frames-only-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: David Shepherd <[email protected]>
;; Version: 1.0.0
;; Package-Requires: ((emacs "24.4") (dash "2.13.0") (s "1.11.0"))
;; Package-Requires: ((emacs "26.3") (dash "2.13.0") (s "1.11.0"))
;; Keywords: frames, windows
;; URL: https://github.com/davidshepherd7/frames-only-mode

Expand Down

0 comments on commit 53b17d7

Please sign in to comment.