Skip to content

Commit bba4b07

Browse files
committed
feat: Drop support for Emacs 26.x
1 parent 0daf3d0 commit bba4b07

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/test.yml

-3
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
@@ -37,8 +36,6 @@ jobs:
3736
emacs-version: snapshot
3837
experimental: true
3938
exclude:
40-
- os: macos-latest
41-
emacs-version: 26.3
4239
- os: macos-latest
4340
emacs-version: 27.2
4441

Eask

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
(script "test" "echo \"Error: no test specified\" && exit 1")
1111

12-
(source "gnu")
13-
(source "melpa")
12+
(source 'gnu)
13+
(source 'melpa)
1414

15-
(depends-on "emacs" "24.3")
15+
(depends-on "emacs" "27.1")
1616
(depends-on "flycheck")
1717
(depends-on "dash")
1818

flycheck-google-cpplint.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Maintainer: Jen-Chieh Shen <[email protected]>
88
;; URL: https://github.com/flycheck/flycheck-google-cpplint/
99
;; Version: 1.0.2
10-
;; Package-Requires: ((flycheck "0.20-cvs1"))
10+
;; Package-Requires: ((emacs "27.1") (flycheck "0.20-cvs1"))
1111
;; Keywords: flycheck C C++
1212

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

0 commit comments

Comments
 (0)