Skip to content

Commit

Permalink
feat: Drop support for 26.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 23, 2024
1 parent e16a9e3 commit 9faead8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 26.3
- 27.2
- 28.2
- 29.2
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(source 'gnu)
(source 'melpa)

(depends-on "emacs" "26.1")
(depends-on "emacs" "27.1")
(depends-on "flycheck")
(depends-on "dart-mode")

Expand Down
2 changes: 1 addition & 1 deletion flycheck-dart.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Maintainer: Shen, Jen-Chieh <[email protected]>
;; URL: https://github.com/jcs090218/flycheck-dart
;; Version: 0.1.0
;; Package-Requires: ((emacs "26.1") (flycheck "0.22") (dart-mode "0.11"))
;; Package-Requires: ((emacs "27.1") (flycheck "0.22") (dart-mode "0.11"))
;; Keywords: tools

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit 9faead8

Please sign in to comment.