Skip to content

Commit

Permalink
Drop Emacs 26
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 23, 2024
1 parent 5131cf9 commit bdfb001
Show file tree
Hide file tree
Showing 2 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 @@ -19,7 +19,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 26.3
- 27.2
- 28.2
- 29.3
Expand All @@ -35,8 +34,6 @@ jobs:
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs-version: 26.3
- os: macos-latest
emacs-version: 27.2

Expand Down
8 changes: 4 additions & 4 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

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

(source "gnu")
(source "jcs-elpa")
(source "melpa")
(source 'gnu)
(source 'jcs-elpa)
(source 'melpa)

(depends-on "emacs" "26.1")
(depends-on "emacs" "27.1")
(depends-on "undo-tree")
(depends-on "fill-page")

Expand Down

0 comments on commit bdfb001

Please sign in to comment.