Skip to content

Commit 9faead8

Browse files
committed
feat: Drop support for 26.x
1 parent e16a9e3 commit 9faead8

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.2

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 "flycheck")
1717
(depends-on "dart-mode")
1818

flycheck-dart.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Maintainer: Shen, Jen-Chieh <[email protected]>
88
;; URL: https://github.com/jcs090218/flycheck-dart
99
;; Version: 0.1.0
10-
;; Package-Requires: ((emacs "26.1") (flycheck "0.22") (dart-mode "0.11"))
10+
;; Package-Requires: ((emacs "27.1") (flycheck "0.22") (dart-mode "0.11"))
1111
;; Keywords: tools
1212

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

0 commit comments

Comments
 (0)