Skip to content

Commit

Permalink
feat: Drop support for Emacs 26.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 26, 2025
1 parent 0daf3d0 commit bba4b07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .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.4
Expand All @@ -37,8 +36,6 @@ jobs:
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs-version: 26.3
- os: macos-latest
emacs-version: 27.2

Expand Down
6 changes: 3 additions & 3 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

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

(source "gnu")
(source "melpa")
(source 'gnu)
(source 'melpa)

(depends-on "emacs" "24.3")
(depends-on "emacs" "27.1")
(depends-on "flycheck")
(depends-on "dash")

Expand Down
2 changes: 1 addition & 1 deletion flycheck-google-cpplint.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Maintainer: Jen-Chieh Shen <[email protected]>
;; URL: https://github.com/flycheck/flycheck-google-cpplint/
;; Version: 1.0.2
;; Package-Requires: ((flycheck "0.20-cvs1"))
;; Package-Requires: ((emacs "27.1") (flycheck "0.20-cvs1"))
;; Keywords: flycheck C C++

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

0 comments on commit bba4b07

Please sign in to comment.