Skip to content

Commit

Permalink
Drop support for 26, 27, and 28
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 21, 2024
1 parent 5e72bf6 commit 53b81b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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:
- 28.2
- 29.3
experimental: [false]
include:
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(source "jcs-elpa")
(source "melpa")

(depends-on "emacs" "27.1")
(depends-on "emacs" "29.1")
(depends-on "echo-bar")
(depends-on "indent-control")
(depends-on "show-eol")
Expand Down

0 comments on commit 53b81b0

Please sign in to comment.